import * as React from 'react'; import * as GQL from '../backend/graphqlschema'; interface SymbolIconProps { kind: GQL.SymbolKind; className?: string; } /** * Renders an Icon for a given symbol kind */ export declare const SymbolIcon: React.StatelessComponent; export {}; //# sourceMappingURL=SymbolIcon.d.ts.map