//#region src/components/elements/form-warning.d.ts declare function FormWarningText({ text }: { text?: string; }): import("react/jsx-runtime").JSX.Element | null; //#endregion export { FormWarningText }; //# sourceMappingURL=form-warning.d.ts.map