export declare const getInputModalProps: () => { label: { type: StringConstructor; }; placeholder: { type: StringConstructor; }; type: { type: StringConstructor; default: string; }; submitEvent: StringConstructor; cancelEvent: StringConstructor; small: { type: BooleanConstructor; default: () => boolean; }; hideCancel: { type: BooleanConstructor; default: () => boolean; }; hideSubmit: { type: BooleanConstructor; default: () => boolean; }; cancelText: { type: StringConstructor; default: () => string; }; submitText: { type: StringConstructor; default: () => string; }; title: StringConstructor; message: StringConstructor; showClose: { type: BooleanConstructor; default: () => boolean; }; centerTitle: { type: BooleanConstructor; default: () => boolean; }; centerContent: { type: BooleanConstructor; default: () => boolean; }; dialogType: StringConstructor; };