import { IconProps } from '../Icon'; declare function SvgWork(props: IconProps): JSX.Element; export default SvgWork;