export interface OwnProps { data: any; percentage?: any; style?: any; title: string; } export interface State { activeIndex: number; } export declare type Props = OwnProps;