import { FunctionComponent } from "react"; interface IProps { containerHeight?: number; containerWidth?: number; onPress: () => void; } export declare const NotificationWidget: FunctionComponent; export {};