///
export declare const StyledLine: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
spaceHeight: number;
spaceColor?: string | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;