import { FC, ReactNode } from 'react'; export declare const ActionsButton: FC<{ children: ReactNode; }>; //# sourceMappingURL=actions-button.d.ts.map