export interface ContainerProps { /** * The element or component this component should render as. * @defaultValue 'div' */ as?: any; class?: any; } export interface ContainerSlots { default(props?: {}): any; } declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ContainerSlots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };