import type { GroupsBaseProps } from './BaseProps'; export type GroupsSetReadOnlyProps = GroupsBaseProps & { readOnly: boolean; }; export declare const isGroupsSetReadOnlyProps: import("ajv").ValidateFunction; //# sourceMappingURL=GroupsSetReadOnlyProps.d.ts.map