declare const VuePanel: import("vue").DefineComponent<{}, {}, { hide: boolean; }, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare type VuePanelType = InstanceType; interface VuePanel extends VuePanelType { } export default VuePanel;