import { ImageProps } from './types'; import { StyledComponentWithProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; export declare const Image: StyledComponentWithProps; //# sourceMappingURL=index.d.ts.map