import { Props } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
type __VLS_Props = Props;
type __VLS_PublicProps = {
    modelValue?: HTMLCanvasElement;
} & __VLS_Props;
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:modelValue": (value: HTMLCanvasElement) => any;
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
    "onUpdate:modelValue"?: ((value: HTMLCanvasElement) => any) | undefined;
}>, {
    width: string;
    height: string;
    visible: boolean;
    background: string;
    borderStyle: boolean | string;
    strokeStyle: string;
    lineWidth: number;
}, {}, {}, {}, string, ComponentProvideOptions, false, {
    canvasRef: HTMLCanvasElement;
}, any>;
export default _default;
