import { AxisProps } from './types';
export declare const defaultAxisProps: Pick<Required<AxisProps>, 'tickSize' | 'tickPadding' | 'tickRotation' | 'legendPosition' | 'legendOffset'>;
//# sourceMappingURL=defaults.d.ts.map