import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; type __VLS_Props = { /** Top-left position in parent-page coordinates. */ x: number; y: number; visible: boolean; }; declare const __VLS_export: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { color: (color: "primary" | "accent" | "success" | "warning" | "danger" | "info" | "highlight") => any; bold: () => any; emphasis: () => any; clear: () => any; }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{ onColor?: ((color: "primary" | "accent" | "success" | "warning" | "danger" | "info" | "highlight") => any) | undefined; onBold?: (() => any) | undefined; onEmphasis?: (() => any) | undefined; onClear?: (() => any) | undefined; }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;