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