export interface I_WarningModalProps {
    text?: string;
    isLoading?: boolean;
    onSubmit: VoidFunction;
}
//# sourceMappingURL=index.d.ts.map