import type { GroupsBaseProps } from './BaseProps'; export type GroupsSetDescriptionProps = GroupsBaseProps & { description: string; }; export declare const isGroupsSetDescriptionProps: import("ajv").ValidateFunction; //# sourceMappingURL=GroupsSetDescriptionProps.d.ts.map