declare const VuePanel: import("vue").DefineComponent<{}, {}, { hide: boolean; }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; declare type VuePanelType = InstanceType; interface VuePanel extends VuePanelType { } export default VuePanel;