import { type Theme } from '@elliemae/ds-system'; import type { DSLeftNavigationT } from '../react-desc-prop-types.js'; type ColorsKey = keyof Theme['colors']; interface StyledLabelT { labelBold?: boolean; labelOverflow?: string; labelColor?: [ColorsKey, keyof Theme['colors'][ColorsKey]]; } export declare const StyledLabel: import("styled-components").StyledComponent>, Theme, StyledLabelT & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledDate: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledArrowContainer: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledRightContainer: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledSectionLabel: import("styled-components").StyledComponent<"span", Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>; export declare const StyledVerticalSeparator: import("styled-components").StyledComponent<"div", Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>; export declare const StyledRightLabel: import("styled-components").StyledComponent<"span", Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"span">, never>; export declare const StyledSectionContainer: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledBottomContainer: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledLeftContainer: import("styled-components").StyledComponent>, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledItemLabel: import("styled-components").StyledComponent>, Theme, { labelOverflow?: DSLeftNavigationT.LabelOveflowT; } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>>, never>; export declare const StyledChevronLeft: import("styled-components").StyledComponent, Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface>, never>; export {};