import { type ReactElement } from "react"; /** * This implementation of button bar keeps it out of sight and effectively disables it. * * @alpha */ export declare function HiddenButtonBar(): ReactElement | null; //# sourceMappingURL=HiddenButtonBar.d.ts.map