/// <reference types="react" />
import { type DivProps } from "../../types";
export type FormFooterProps = DivProps;
declare const FormFooter: import("react").NamedExoticComponent<DivProps>;
export default FormFooter;
