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