import type { ExtractPropTypes } from 'vue'; import type Bar from './bar.vue'; export declare const barProps: { readonly always: import("element-plus/es/utils").EpPropFinalized; readonly width: StringConstructor; readonly height: StringConstructor; readonly ratioX: import("element-plus/es/utils").EpPropFinalized; readonly ratioY: import("element-plus/es/utils").EpPropFinalized; }; export declare type BarProps = ExtractPropTypes; export declare type BarInstance = InstanceType;