export declare class AbdcBarChart { divId: string; constructor(); componentWillLoad(): void; componentDidLoad(): void; getData(): { country: string; research: number; marketing: number; sales: number; }[]; loadChart(): void; style: { height: string; }; render(): any; }