import { TagSearchBoxOperation } from './types';
export declare function TagSearchbox({ width, ...props }: TagSearchBoxOperation): JSX.Element;
