import { PropType } from '@vue/composition-api'; import { ItemsType, TdDescriptionItem } from './interface'; import { TdDescriptionsProps } from './type'; declare const _default: import("vue").ComponentOptions; SIZE: import("@vue/composition-api").ComputedRef<{ small: string; medium: string; large: string; default: string; xs: string; xl: string; block: string; }>; }> & import("@vue/composition-api").Data, {}, {}, { rows: PropType; itemType: PropType; }, import("@vue/composition-api").ExtractPropTypes<{ rows: PropType; itemType: PropType; }>> & Omit, never> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{} & { rows?: TdDescriptionItem[][]; itemType?: ItemsType; }, import("@vue/composition-api").ShallowUnwrapRef<{ descriptionsProps: TdDescriptionsProps; COMPONENT_NAME: import("@vue/composition-api").ComputedRef; SIZE: import("@vue/composition-api").ComputedRef<{ small: string; medium: string; large: string; default: string; xs: string; xl: string; block: string; }>; }>, import("@vue/composition-api").Data, {}, {}, {}, {}, {}, {} & { rows?: TdDescriptionItem[][]; itemType?: ItemsType; }, {}, true>); export default _default;