import { Meta, StoryFn } from '@storybook/react'; import { CalloutProps } from '../../types/callout'; declare const _default: Meta; export default _default; export declare const Default: StoryFn; export declare const Customizations: () => import("react/jsx-runtime").JSX.Element; export declare const ErrorStatus: StoryFn; export declare const Success: StoryFn; export declare const WithLink: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const Warning: StoryFn; export declare const WithCustomIcon: StoryFn;