interface IconProps {
    /**
     * Name of the icon
     */
    name: string;
    /**
     * Name of the icon set
     */
    iconSet: string;
    /**
     * Click handler
     */
    onClick?: () => void;
}
export declare const Icon: React.FC<IconProps>;
export {};
//# sourceMappingURL=icon.d.ts.map