import { SVGProps } from 'react'; import { ResponsiveIconSize } from './types'; export interface TickIconProps extends SVGProps { size?: number | ResponsiveIconSize; } export declare function TickIcon({ size, color, style, className, ...props }: TickIconProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TickIcon.d.ts.map