import React from 'react'; import { type SVGPropsOptionalViewBox } from '@splunk/react-icons/SVGEnterprise'; export default function Input({ screenReaderText, ...props }: SVGPropsOptionalViewBox): React.JSX.Element; //# sourceMappingURL=Input.d.ts.map