import { default as React } from 'react'; type Props = { onOpen: () => void; placeholder?: string; shortcut?: string; }; declare const AbyssSearchBar: React.FC; export default AbyssSearchBar;