import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils'; import row from "./src/row"; export declare const DkRow: Install>, {}, {}>>; export type layoutInstance = InstanceType; export default DkRow;