import { type FormFooterProps } from './FormFooter.types'; /** * The FormFooter component. * The FormFooter is a region that contains actions performed at the end of screens, such as confirming form input. * It stores action elements at the bottom of a form or input element group. */ export declare function FormFooter({ className, position, sectionPosition, optionsSlot, actionsSlot, }: FormFooterProps): import("react/jsx-runtime").JSX.Element;