import { ILineSeparatorLabelStyled, ILineSeparatorLineStyled } from './types/lineSeparator';
export declare const LineSeparatorRootWrapperStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ILineSeparatorLineStyled>> & string;
export declare const LineSeparatorTextWrapperStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ILineSeparatorLabelStyled>> & string;
