import type { DefineComponent, ComputedOptions, MethodOptions, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install } from '../_utils/withInstall'; import las from "./src/laside"; declare const DkLaside: Install>, {}, {}>>; export type lasInstance = InstanceType; export { DkLaside }; export default DkLaside;