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