import { TextInputProps } from '../../../../../../../../../../src/components/TextInput'; /** * Provides several defaults for the TextInput component making it easier * to be used with the TopNav component. * * @example * } search={} title="Product Name" /> * * @see https://design.avayacloud.com/components/web/input-web * @see https://neo-react-library-storybook.netlify.app/?path=/story/components-top-navigation--search-example */ export declare const TopNavSearch: ({ "aria-label": ariaLabel, clearable, disabled, startIcon, ...rest }: TextInputProps) => import("react/jsx-runtime").JSX.Element;