export type GroupParts = { name: string; pseudo?: string; media?: string; }; export declare function getGroupPropParts(groupProp: string): GroupParts; //# sourceMappingURL=getGroupPropParts.d.ts.map