import type { Meta, StoryFn } from '@storybook/react'; import type { ConfirmationProps } from '@pega/cosmos-react-work'; declare const _default: Meta; export default _default; export interface ConfirmationStoryProps { title: ConfirmationProps['title']; showDetails?: boolean; detailsName?: string; showWhatsNext?: boolean; showTasks?: boolean; } export declare const ConfirmationDemo: StoryFn; //# sourceMappingURL=Confirmation.stories.d.ts.map