import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Box from "./src/box"; export declare const VBox: Install, string | null>; readonly padding: BasicType, string | number | null>; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly display: BasicType, string | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | null>; readonly padding: BasicType, string | number | null>; readonly width: BasicType, string | number | null>; readonly height: BasicType, string | number | null>; readonly background: BasicType, string | null>; readonly display: BasicType, string | null>; }>>, { readonly background: string; readonly width: string | number; readonly padding: string | number; readonly height: string | number; readonly role: string; readonly display: string; }>>; /** box 组件实例类型 */ export type BoxInstance = InstanceType; export * from './src/interface'; export default VBox;