import { Plugin } from 'vue'; import { default as Row } from './Row'; import { default as Col } from './Col'; import { default as Item } from './Item'; export declare const Rowflex: typeof Row & Plugin; export declare const Colflex: typeof Col & Plugin; export declare const Flexitem: typeof Item & Plugin; export type { RowProps as RowflexProps } from './Row'; export type { ColProps as ColflexProps } from './Col'; export type { ItemProps as FlexitemProps } from './Item';