import { Theme } from '../theme'; export declare const imageBase: (t?: Theme) => string; export declare const imageStyles: (t?: Theme) => string; export declare const image: { base: (t?: Theme) => string; styles: (t?: Theme) => string; }; //# sourceMappingURL=image.d.ts.map