import { ActionListProps } from '../ActionList'; export type SideNavActionListProps = ActionListProps; export declare const SideNavActionList: { ({ children, ...restProps }: SideNavActionListProps): import("react/jsx-runtime").JSX.Element; Item: import('react').ForwardRefExoticComponent> & { displayName: string; Label: typeof import('./SideNavActionListItemLabel').SideNavActionListItemLabel; Flyout: typeof import('./SideNavActionListItemFlyout').SideNavActionListItemFlyout; Expandable: typeof import('./SideNavActionListItemExpandable').SideNavActionListItemExpandable; }; Group: { ({ children, className: _className, ...props }: import('./SideNavActionListGroup').SideNavActionListGroupProps): import("react/jsx-runtime").JSX.Element; displayName: string; Heading: { ({ children, contentAfter, className: _className, }: import('./SideNavActionListGroupHeading').SideNavActionListGroupHeadingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; };