import type { ExtractPropTypes } from 'vue'; export declare const elTeleportProps: { container: { type: PropType; default: string; }; disabled: { type: BooleanConstructor; default: boolean; }; style: { type: PropType; }; zIndex: { type: StringConstructor; default: string; }; }; export type ElTeleportProps = ExtractPropTypes;