export declare function DashedDivider({ text }: {
    text: string;
}): import("@emotion/react/jsx-runtime").JSX.Element;
