import * as React from 'react'; import { ListProps } from '../List'; export declare type LocalTopNavSectionProps = {}; export declare type TopNavSectionProps = ListProps & LocalTopNavSectionProps; export declare const TopNavSection: React.ForwardRefExoticComponent & React.RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };