import { BaseAxisLayoutStrategy } from "../BaseAxisLayoutStrategy";
import { ChartLayoutState } from "../ChartLayoutState";
export declare abstract class BasePolarAxisLayoutStrategy extends BaseAxisLayoutStrategy {
    updateAreaSize(chartLayoutState: ChartLayoutState, requiredSize: number): void;
}
