export declare const Image: { baseStyle: { maxWidth: string; }; sizes: { '2xs': string; xs: string; sm: string; md: string; lg: string; xl: string; '2xl': string; full: string; }; defaultProps: {}; };