import { type ToggleBarProps } from '../../interaction'; export interface SearchToggleBarProps extends ToggleBarProps { key: string; } export declare function SearchToggleBar({ key, ...props }: SearchToggleBarProps): any;