export declare const modalProps: { to: { type: StringConstructor; default: string; }; show: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; }; maskClose: { type: BooleanConstructor; default: boolean; }; };