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