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