/// import { spacing } from "../design-system"; export declare const TextDivider: (props: { text: string; py?: keyof typeof spacing; }) => import("react/jsx-runtime").JSX.Element; export declare const TextDividerEl: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; //# sourceMappingURL=TextDivider.d.ts.map