import { DialogProps } from "../types"; export declare const OKDialog: ({ text, onClick }: DialogProps) => JSX.Element;