import { Meta } from '@storybook/react';
import OnSearchField from '../../on-form/on-search-field';
declare const _default: Meta<typeof OnSearchField>;
export default _default;
export declare const Playground: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react").ReactRenderer, import("../../on-form/on-search-field").Props>;
