import { Helpers } from "victory-core";
export declare function getCalculatedProps(initialProps: any, childComponents: any): {
    datasets: any;
    categories: any;
    range: any;
    domain: {
        x: any;
        y: any;
    };
    horizontal: any;
    scale: {
        x: import("victory-core").D3Scale<any>;
        y: import("victory-core").D3Scale<any>;
    };
    style: any;
    colorScale: any;
    color: any;
    offset: any;
    origin: any;
    padding: Helpers.ElementPadding;
};
export declare function useMemoizedProps(initialProps: any): {
    datasets: any;
    categories: any;
    range: any;
    domain: {
        x: any;
        y: any;
    };
    horizontal: any;
    scale: {
        x: import("victory-core").D3Scale<any>;
        y: import("victory-core").D3Scale<any>;
    };
    style: any;
    colorScale: any;
    color: any;
    offset: any;
    origin: any;
    padding: Helpers.ElementPadding;
};
export declare function getChildren(initialProps: any, childComponents?: any, calculatedProps?: any): any;
//# sourceMappingURL=helper-methods.d.ts.map