/// <reference types="react" />
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Info: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Success: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Warning: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Error: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Neutral: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const NeutralWithIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const LongText: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const CustomIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const NoTitle: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const NoChildren: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const HideIcon: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
export declare const Empty: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, {
    icon?: import("react").ReactNode;
    variant?: import("./Callout.types").CalloutVariant | undefined;
    title?: import("react").ReactNode;
    children?: import("react").ReactNode;
} & import("../layout/layout.types").CommonLayoutProps & import("../styling.types").CommonStylingProps>;
