import React from 'react'; import { SearchInputProps } from './SearchInput.types'; /** * # SearchInput * * SearchInput component * * @param props.state The current state of the SearchInput. This can be none, or loading. * @param props.darkMode determines whether or not the component appears in dark theme. * @param props.size determines the size of the text and the height of the input. */ export declare const SearchInput: React.ForwardRefExoticComponent>; //# sourceMappingURL=SearchInput.d.ts.map