import { GuideComponentComponent as GCC } from '../runtime';
import { LegendContinuousOptions } from './legendContinuous';
export type LegendContinuousBlockSizeOptions = LegendContinuousOptions;
export declare const LegendContinuousBlockSize: GCC<LegendContinuousBlockSizeOptions>;