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