export declare const dialogContentProps: { center: { type: BooleanConstructor; default: boolean; }; closeIcon: { type: PropType; default: string; }; draggable: { type: BooleanConstructor; default: boolean; }; fullscreen: { type: BooleanConstructor; default: boolean; }; showClose: { type: BooleanConstructor; default: boolean; }; title: { type: StringConstructor; default: string; }; };