/// export interface CompassNavSearchProps extends Omit, 'onClick'> { /** Content to display in the tooltip. Defaults to "Search". */ tooltipContent?: React.ReactNode; /** Click handler for the search button. */ onClick?: React.MouseEventHandler; /** Additional classes added to the nav search wrapper. */ className?: string; /** Accessible label for the nav search. */ 'aria-label'?: string; } export declare const CompassNavSearch: React.FunctionComponent; //# sourceMappingURL=CompassNavSearch.d.ts.map