import type { PanelSharedProps } from '../../interface'; export type DecadePanelProps = PanelSharedProps; declare function DecadePanel(_props: DecadePanelProps): import("vue/jsx-runtime").JSX.Element; declare namespace DecadePanel { var displayName: string; var inheritAttrs: boolean; } export default DecadePanel;