export declare const ProFormCheckbox: {
    new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./types').ProFormCheckboxProps> & Readonly<{
        "onUpdate:modelValue"?: ((...args: any) => any) | undefined;
        onChange?: ((...args: any) => any) | undefined;
    }>, {
        getValue: () => any;
    }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
        "update:modelValue": any;
        change: any;
    }, import('vue').PublicProps, {
        labelAlign: "left" | "top" | "right";
        labelName: string;
        valueName: string;
    }, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import('./types').ProFormCheckboxProps> & Readonly<{
        "onUpdate:modelValue"?: ((...args: any) => any) | undefined;
        onChange?: ((...args: any) => any) | undefined;
    }>, {
        getValue: () => any;
    }, {}, {}, {}, {
        labelAlign: "left" | "top" | "right";
        labelName: string;
        valueName: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import('vue').ComponentOptionsBase<Readonly<import('./types').ProFormCheckboxProps> & Readonly<{
    "onUpdate:modelValue"?: ((...args: any) => any) | undefined;
    onChange?: ((...args: any) => any) | undefined;
}>, {
    getValue: () => any;
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
    "update:modelValue": any;
    change: any;
}, string, {
    labelAlign: "left" | "top" | "right";
    labelName: string;
    valueName: string;
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
    $slots: Readonly<Record<string, any>> & Record<string, any>;
}) & import('vue').Plugin;
export * from './types';
