import type { DrawerProps } from '../Drawer'; export declare const StyledDrawerWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, DrawerProps & { topOffset: string; }>> & string; /** * Fixed-position container that offsets the drawer below the top chrome * (AppShell header + top nav bar) so the drawer doesn't overlap the navigation. * The inner Drawer uses position='absolute' relative to this container. * Uses inset-block-end: 0 to pin to the viewport bottom, avoiding dvh unit * rounding issues and ensuring the drawer always fills the available height. */ export declare const StyledTopNavDrawerOffset: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { $topOffset: string; }>> & string; export declare const StyledDrawerHeading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, never>> & string; export declare const StyledDrawerList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLUListElement>, { displayPins: boolean; }>> & string; export declare const StyledDrawerMetaList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLUListElement>, never>> & string; export declare const EmptyDrawerVisual: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledDrawerListHeading: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLHeadingElement>, never>> & string; export declare const StyledDrawerViewAll: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLAnchorElement>, never>> & string; export declare const StyledDrawerListSection: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const StyledDrawerListContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; //# sourceMappingURL=Drawer.styles.d.ts.map