import type { LayoutExecuter } from '../types'; import type { FlexLayoutConfig } from './types'; export declare const flex: LayoutExecuter;