/** __vue_virtual_code_placeholder */ import { StyleValue } from "vue"; export interface ShadeProps { visible: boolean | string; opacity: string; index: number | Function; teleport: string; teleportDisabled: boolean; shadeStyle?: StyleValue; } declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "shadeClick"[], "shadeClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>> & { onShadeClick?: ((...args: any[]) => any) | undefined; }, {}, {}>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; };