import Shell from './rc-mod';
export default Shell;
export declare const ShellBranding: import("./types").TShellBrandingComponent;
export declare const ShellAction: import("./types").TShellActionComponent;
export declare const ShellMultiTask: import("./types").TShellMultiTaskComponent;
export declare const ShellAppBar: import("./types").TShellAppBarComponent;
export declare const ShellContent: import("./types").TShellContentComponent;
export declare const ShellFooter: import("./types").TShellFooterComponent;
export declare const ShellToolDockItem: import("./types").TShellToolDockItemComponent;
export declare const ShellNavigation: import("./types").TShellNavigationComponent;
export declare const ShellLocalNavigation: import("./types").TShellLocalNavigationComponent;
export declare const ShellAncillary: import("./types").TShellAncillaryComponent;
export declare const ShellToolDock: import("./types").TShellToolDockComponent;
export type { IShellProps as ShellProps, IShellBrandingProps as ShellBrandingProps, IShellActionProps as ShellActionProps, IShellMultiTaskProps as ShellMultiTaskProps, IShellAppBarProps as ShellAppBarProps, IShellContentProps as ShellContentProps, IShellFooterProps as ShellFooterProps, IShellToolDockItemProps as ShellToolDockItemProps, IShellNavigationProps as ShellNavigationProps, IShellLocalNavigationProps as ShellLocalNavigationProps, IShellToolDockProps as ShellToolDockProps, IShellAncillaryProps as ShellAncillaryProps, TShellComponent as ShellComponent, TShellBrandingComponent as ShellBrandingComponent, TShellActionComponent as ShellActionComponent, TShellMultiTaskComponent as ShellMultiTaskComponent, TShellAppBarComponent as ShellAppBarComponent, TShellContentComponent as ShellContentComponent, TShellFooterComponent as ShellFooterComponent, TShellToolDockItemComponent as ShellToolDockItemComponent, TShellNavigationComponent as ShellNavigationComponent, TShellLocalNavigationComponent as ShellLocalNavigationComponent, TShellAncillaryComponent as ShellAncillaryComponent, TShellToolDockComponent as ShellToolDockComponent, TShellRef as ShellRef, TShellBrandingRef as ShellTBrandingRef, TShellActionRef as ShellTActionRef, TShellMultiTaskRef as ShellTMultiTaskRef, TShellAppBarRef as ShellTAppBarRef, TShellContentRef as ShellTContentRef, TShellFooterRef as ShellTFooterRef, TShellToolDockItemRef as ShellTToolDockItemRef, TShellNavigationRef as ShellTNavigationRef, TShellLocalNavigationRef as ShellTLocalNavigationRef, TShellAncillaryRef as ShellTAncillaryRef, TShellToolDockRef as ShellTToolDockRef } from './types';
