export declare class ButtonCta { textColor: string; textColorHover: string; backgroundColor: string; backgroundColorHover: string; borderColor: string; borderColorHover: string; fontSize: string; link: string; target: string; download: boolean; render(): any; }