export function concat({ direction, wrap }: { direction?: string; wrap?: boolean; }, children: any): HTMLDivElement; export function vconcat(...plots: any[]): HTMLDivElement; export function hconcat(...plots: any[]): HTMLDivElement; //# sourceMappingURL=concat.d.ts.map