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<import("vue").ExtractPropTypes<{}>>, {}>;
declare type VuePanelType = InstanceType<typeof VuePanel>;
interface VuePanel extends VuePanelType {
}
export default VuePanel;
