import { StitchedCSS, Color } from '~/theme'; import { PropsEventHandler } from '~/types'; import { SVGProps } from 'react'; export declare type SvgElementProperties = SVGProps; export declare type IconProps = { width?: number; height?: number; css?: StitchedCSS; color?: Color; onClick?: PropsEventHandler; }; //# sourceMappingURL=types.d.ts.map