import { Color, Size } from '../types'; export declare class DHeading { size: Size; color: Color; render(): any; }