type UseQuickSearchProps = {
    onChange: (search: string) => void;
    open?: boolean;
    disabled?: boolean;
};
export declare const useQuickSearch: (props: UseQuickSearchProps) => void;
export {};
