/** * Action Footer Component */ export { ActionFooter } from './ActionFooter'; export type { ActionFooterProps } from './types';