export declare const Modal: { theme: { variants: { size: { xs: any; sm: any; md: any; lg: any; full: any; }; }; }; componentConfig?: Omit, "componentName"> | undefined; };