import type { IOpacity } from './skeleton'; interface IProps extends IOpacity { nItems?: number; } export declare const Group: ({ nItems, opacity }: IProps) => JSX.Element; export {};