import * as React from 'react';
export interface IconsSetGridProps {
    set: string;
}
export declare const IconsSetGrid: React.FC<IconsSetGridProps>;
