import Color from './color'; import type { ExtractPropTypes } from 'vue'; import type SvPanel from '../components/sv-panel.vue'; export declare const svPanelProps: { readonly color: import("ll-plus/es/utils").EpPropFinalized, unknown, unknown, () => Color, boolean>; }; export type SvPanelProps = ExtractPropTypes; export type SvPanelInstance = InstanceType;