import React from 'react';
export interface GroupsProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    style?: any;
}
export declare const Groups: React.FC<GroupsProps>;
//# sourceMappingURL=Groups.native.d.ts.map