import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly width: BasicType, 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; }>; export default _sfc_main;