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