import * as React from 'react'; import { TextInputProps } from '@epam/uui-components'; interface BurgerSearchProps extends TextInputProps { } export declare function BurgerSearch(props: BurgerSearchProps): React.JSX.Element; export {}; //# sourceMappingURL=BurgerSearch.d.ts.map