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