import { SwirlSymbolSize } from "./swirl-symbol.types"; export declare class SwirlHeading { glyph: string; size: SwirlSymbolSize; render(): any; }