import type { Adaptor, Options } from '../types'; /** * layout = 'horizontal' | 'vertical' * @param params * @returns */ export declare function coordinateLayout

>(params: P): P; /** * layout = 'horizontal' | 'vertical' * all children change * @param params * @returns */ export declare function allCoordinateLayout

>(params: P): P;