import * as React from 'react';
import { GlyphProps } from './GlyphProps';
/**
 * Glyph is a wrapper for the Xaml Glyph control
 *
 * This control is used to render Glyphs from a Font file, which might be
 * used similar to SVG to have vector based images that also have the
 * ability to be rendered with a specific color
 */
export declare class Glyph extends React.PureComponent<GlyphProps> {
    render(): JSX.Element;
}
//# sourceMappingURL=Glyph.d.ts.map