export declare const getDimensions: (initialProps: any, fallbackProps: any) => {
    height: number;
    width: number;
};
export declare const getBaseProps: (initialProps: any, fallbackProps: any) => any;
//# sourceMappingURL=helper-methods.d.ts.map