import type { ExtractPropTypes } from 'vue-demi'; import type Panel from './panel.vue'; export declare const panelProps: { title: import("xzx-design/es/utils").EpPropFinalized; br: import("xzx-design/es/utils").EpPropFinalized; margin: import("xzx-design/es/utils").EpPropFinalized; }; export type PanelProps = ExtractPropTypes; export type PanelInstance = InstanceType;