export declare class Subfeature { heading: string; src: string; alt: string; href: string; linktext: string; render(): any; }