import { type OnCloseProps } from '../../model/OnCloseProps'; export interface ResponseNotificationProps extends OnCloseProps { ok?: boolean; typeForm?: string; errorMessage?: string; } export declare const ResponseTypeDialog: import("@redneckz/uni-jsx").UNIComponent;