export declare const COMPONENT_ABI: {
    constant: boolean;
    inputs: any[];
    name: string;
    outputs: {
        name: string;
        type: string;
    }[];
    payable: boolean;
    stateMutability: string;
    type: string;
}[];
