import { HeaderProps } from './index'; import { StoryObj } from '@storybook/react'; export declare const Primary: StoryObj; declare const _default: { component: ({ onAdvancedSearchClick, onSearchClick, showLogo, logoImg, Link, smartInputProps: { isClearable, styles, selectRef, ...smartInputProps }, }: HeaderProps) => JSX.Element; title: string; }; export default _default;