import React from 'react'; declare type Props = { icon: string; size?: number; style?: any; color?: string; isActive?: boolean; onClick?: (e: React.MouseEvent) => void; }; declare function Icon(props: Props): JSX.Element; export default Icon; //# sourceMappingURL=index.d.ts.map