import { SVGAttributes } from 'react'; import { RktaElement } from '../Provider/theme'; export declare type SvgProps = { block?: boolean; /** One of theme colors or CSS Value: Color. */ color?: string; size?: number; /** Always svg. */ element?: never; } & SVGAttributes & RktaElement; //# sourceMappingURL=Svg.type.d.ts.map