import { ExtractPropTypes } from 'vue';
export declare const textAreaDesignProps: Record<string, any> & {
    readonly: {};
};
export type TextAreaDesignProps = ExtractPropTypes<typeof textAreaDesignProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
