import React from 'react'; import { InputProps } from '../forms/Input'; export declare function SearchableTopBar({ buttons, ...props }: InputProps & { buttons: React.ReactNode; }): JSX.Element; //# sourceMappingURL=SearchableTopBar.d.ts.map