/** @ignore */ export declare type ModalSize = typeof ModalSize[keyof typeof ModalSize]; /** * Available modal sizes */ export declare const ModalSize: { readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; }; //# sourceMappingURL=modal-size.d.ts.map