import { FC, SVGProps } from 'react'; interface Props extends SVGProps { color?: string; size?: number; } declare const Percent03: FC; export { Percent03 };