import { DocDemoTemplate } from '../../../_demo/types.ts';
export declare const docs: {
    'zh-CN': string;
    'en-US': string;
};
export declare const ctx: {
    checked1: boolean;
};
export declare const schema: {
    checked: {
        type: "boolean";
        default: true;
    };
    round: {
        type: "string";
        default: string;
    };
    disabled: {
        type: "boolean";
        default: false;
    };
};
export declare const template: DocDemoTemplate<typeof schema>;
