declare const _default: { title: string; component: ({ label, description, }: import('../../blocks/WizardTitle').WizardTitleBlockProps) => JSX.Element; parameters: { docs: { description: { story: string; }; }; layout: string; }; args: { label: string; description: string; }; tags: string[]; }; export default _default; export declare const 基本パターン: { render: (args: any) => JSX.Element; }; export declare const タイトルのみ: { parameters: { docs: { description: { story: string; }; }; }; args: { label: string; description: undefined; }; render: (args: any) => JSX.Element; };