import type { ButtonGroupProps } from '..'; export type ModalFooterControllersProps = ButtonGroupProps; declare const ModalFooterControllers: ({ children }: ModalFooterControllersProps) => import("react/jsx-runtime").JSX.Element; export default ModalFooterControllers; //# sourceMappingURL=ModalFooterControllers.d.ts.map