///
type WrapperProps = {
$leader?: boolean;
};
export declare const Wrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & WrapperProps, import("react").DetailedHTMLProps, HTMLElement>, {}>;
export declare const DashedSeparator: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};