import { SwitchProps } from '../../../components/Switch'; export type SwitcherFilterProps = SwitchProps; export declare const SwitcherFilter: ({ ...props }: SwitcherFilterProps) => import("react/jsx-runtime").JSX.Element;