import { SlotComponent } from '../../type-utils/slot-types'; import { DefaultPageRootSlotProps, DefaultPageHeaderSlotProps, DefaultPageActionsSlotProps, DefaultPageBackLinkSlotProps, DefaultPageTitleSlotProps, DefaultPageSubtitleSlotProps, DefaultPageTabNavSlotProps, DefaultPageContentSlotProps, DefaultPageFooterSlotProps } from './default-page.types'; /** * Root component that provides the styling context for the DefaultPage component. */ export declare const DefaultPageRootSlot: SlotComponent; export declare const DefaultPageHeaderSlot: SlotComponent; export declare const DefaultPageActionsSlot: SlotComponent; export declare const DefaultPageBackLinkSlot: SlotComponent; export declare const DefaultPageTitleSlot: SlotComponent; export declare const DefaultPageSubtitleSlot: SlotComponent; export declare const DefaultPageTabNavSlot: SlotComponent; export declare const DefaultPageContentSlot: SlotComponent; export declare const DefaultPageFooterSlot: SlotComponent;