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