import { StyleValue } from "./table-types"; import { PropType } from "vue"; declare const _default: import("vue/types/v3-define-component").DefineComponent<{ padding: { type: PropType; default: () => null; }; width: { type: StringConstructor; default: () => "auto"; }; maxWidth: { type: StringConstructor; default: () => "auto"; }; verticalAlign: { type: StringConstructor; default: () => "middle"; }; }, import("vue").Data, import("vue").Data, { style(): StyleValue; }, {}, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly; default: () => null; }; width: { type: StringConstructor; default: () => "auto"; }; maxWidth: { type: StringConstructor; default: () => "auto"; }; verticalAlign: { type: StringConstructor; default: () => "middle"; }; }>>, { width: string; padding: string | null | undefined; maxWidth: string; verticalAlign: string; }>; export default _default;