//#region src/components/elements/separator-with-text.d.ts declare function SeparatorWithText({ text }: { text: string; }): import("react/jsx-runtime").JSX.Element; //#endregion export { SeparatorWithText }; //# sourceMappingURL=separator-with-text.d.ts.map