import type { ExtractPropTypes, StyleValue } from 'vue'; import type Teleport from './teleport.vue'; export declare const teleportProps: { readonly container: import("element-plus/es/utils").BuildPropReturn, "body", unknown, unknown, unknown>; readonly disabled: import("element-plus/es/utils").BuildPropReturn; readonly style: import("element-plus/es/utils").BuildPropReturn, unknown, unknown, unknown, unknown>; readonly zIndex: import("element-plus/es/utils").BuildPropReturn; }; export declare type TeleportProps = ExtractPropTypes; export declare type TeleportInstance = InstanceType;