import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; argTypes: { icon: { control: { disable: boolean; }; }; className: { control: { disable: boolean; }; }; }; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const Warning: (props: Props) => JSX.Element; export declare const WithCustomIcon: (props: Props) => JSX.Element; export declare const NoTitle: (props: Props) => JSX.Element; export declare const NoTitleNoIcon: (props: Props) => JSX.Element; export declare const MultiLineExample: (props: Props) => JSX.Element; export declare const MultiParagraphExample: (props: Props) => JSX.Element; //# sourceMappingURL=Callout.stories.d.ts.map