import { FunctionComponent } from "react"; interface IProps { onPress: () => void; } export declare const CornerWidget: FunctionComponent; export {};