import { FormInstance } from 'element-plus';
declare const _default: import('vue').DefineComponent<Readonly<{
    type?: any;
    height?: any;
    limitValue?: any;
}>, {
    ruleFormRef: import('vue').Ref<any>;
    showSet: () => void;
    setFormHeight: (formEl: FormInstance | undefined) => Promise<void>;
    form: import('vue').Ref<any>;
    rules: import('vue').Ref<{
        height: ({
            required: boolean;
            message: string;
            trigger: string;
            pattern?: undefined;
        } | {
            pattern: RegExp;
            message: string;
            trigger: string;
            required?: undefined;
        })[];
    }>;
    isShow: import('vue').Ref<boolean>;
    limitValue: import('vue').Ref<number>;
    initHeight: import('vue').Ref<number>;
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<Readonly<{
    type?: any;
    height?: any;
    limitValue?: any;
}>>>, {
    readonly type?: any;
    readonly height?: any;
    readonly limitValue?: any;
}, {}>;
export default _default;
