import { DlProps } from "./dl.component";
export declare const StyledDl: import("styled-components").StyledComponent<"dl", any, {
    theme: object;
} & Omit<DlProps, "dtTextAlign" | "ddTextAlign">, "theme">;
export declare const StyledDt: import("styled-components").StyledComponent<"dt", any, {
    theme: object;
} & Pick<DlProps, "dtTextAlign" | "asSingleColumn">, "theme">;
export declare const StyledDd: import("styled-components").StyledComponent<"dd", any, Pick<DlProps, "ddTextAlign" | "asSingleColumn">, never>;
