import { CompositionComponent as CC } from '../runtime'; import { RepeatMatrixComposition } from '../spec'; export type RepeatMatrixOptions = Omit; /** * @todo Layout mode: layer, row, col... * @todo Specify show axis or not. */ export declare const RepeatMatrix: CC;