import _Cells from './cells.vue'; import _Cell from './cell.vue'; declare type CellsType = typeof _Cells & { Cell: typeof _Cell; }; export declare const Cells: import("../utils").SFCWithInstall; export declare const Cell: import("../utils").SFCWithInstall; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { link: boolean; arrow: boolean; }>>; export default Cells;