import { SerializedStyles } from '@emotion/core'; import { RktaTheme } from '../Provider/theme'; import { SvgProps } from './Svg.type'; export declare const initialStyle: SerializedStyles; export declare const block: SerializedStyles; export declare const color: (theme: RktaTheme, { color: fill }: SvgProps) => SerializedStyles; export declare const size: (theme: RktaTheme, props: SvgProps) => SerializedStyles; //# sourceMappingURL=Svg.styles.d.ts.map