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