import type { Theme } from '@elliemae/ds-system'; type LeftNavProps = { expanded: boolean; expandedWidth: string; }; export declare const StyledLeftNavExpandAnimationWrapper: import("styled-components").StyledComponent<"nav", Theme, LeftNavProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"nav">, never>; export declare const StyledLeftNavAreasContainer: import("styled-components").StyledComponent>, Theme, LeftNavProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledLeftNavHeaderArea: import("styled-components").StyledComponent<"div", Theme, { selected: boolean; selectedParent?: boolean; } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledLeftNavBodyAreasContainer: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledLeftNavBodyHeaderArea: import("styled-components").StyledComponent<"div", Theme, { selected: boolean; selectedParent?: boolean; isSkeleton: boolean; } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledLeftNavBodyItemsArea: import("styled-components").StyledComponent<"div", Theme, { selected: boolean; isSkeleton: boolean; } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export {};