import * as React from "react";
import { ISmallPromotionProps } from "./SmallPromotion.interfaces";
declare class SmallPromotion extends React.Component<ISmallPromotionProps> {
componentDidMount(): void;
handleClick: () => any;
render(): JSX.Element;
}
export default SmallPromotion;