export declare class SharpenProfileCard { name: string; initial: string; buttonText: string; url: string; color: string; backgroundColor: string; render(): any; }