import type { QueryPreset } from 'payload';
import './index.scss';
export declare function QueryPresetToggler({ activePreset, openPresetListDrawer, resetPreset, }: {
    activePreset: QueryPreset;
    openPresetListDrawer: () => void;
    resetPreset: () => Promise<void>;
}): import("react").JSX.Element;
//# sourceMappingURL=index.d.ts.map