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