type DemoSection = {
    title: string;
    description?: string;
};
type __VLS_Props = {
    title: string;
    description?: string;
    demos?: DemoSection | DemoSection[];
    useResizable?: boolean;
};
declare var __VLS_13: {}, __VLS_28: `${string}-description`, __VLS_29: {}, __VLS_35: string, __VLS_36: {}, __VLS_39: string, __VLS_40: {};
type __VLS_Slots = {} & {
    [K in NonNullable<typeof __VLS_28>]?: (props: typeof __VLS_29) => any;
} & {
    [K in NonNullable<typeof __VLS_35>]?: (props: typeof __VLS_36) => any;
} & {
    [K in NonNullable<typeof __VLS_39>]?: (props: typeof __VLS_40) => any;
} & {
    description?: (props: typeof __VLS_13) => any;
};
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props & {}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}>;
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
