/// import { BaseIconProps } from '../../types'; declare function SvgDone({ size, color, ...props }: BaseIconProps): JSX.Element; export default SvgDone;