import { FormFooterProps } from "../type.mjs";
import { FC } from "react";

//#region src/base-ui/Form/components/FormFooter.d.ts
declare const FormFooter: FC<FormFooterProps>;
//#endregion
export { FormFooter };
//# sourceMappingURL=FormFooter.d.mts.map