import type { BaseDescriptionListProps, Columns, GroupMinWidth } from "./lib/types"; export type DescriptionListPartsProps = BaseDescriptionListProps & { columns?: Columns; groupMinWidth?: GroupMinWidth; }; export declare const DescriptionListContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDivElement>, never>> & string; export declare const DescriptionList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLDListElement>, never>> & string; export declare const DescriptionGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, { rowSpan?: number; columnSpan?: number; }>> & string; export declare const DescriptionTerm: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, never>> & string; export declare const DescriptionDetails: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLElement>, never>> & string;