interface Props {
    message: string;
}
export declare const callToast: (afterToast: Function) => void;
export declare const CustomeAlert: (props: Props) => JSX.Element;
export {};
