import { MoveDirection } from "./search"; import { FC } from "react"; interface Props { onClose?: () => void; onSearch: (key: string) => void; keyword?: string; onMoving?: (direction: MoveDirection) => void; onSymbolSelect?: () => void; } export declare const Header: FC; export {}; //# sourceMappingURL=header.d.ts.map