import { Meta } from '@storybook/react'; import { ComponentProps } from 'react'; import { ChipAlert } from './ChipAlert'; type Props = ComponentProps; declare const meta: Meta; export default meta; export declare const Default: (props: Props) => JSX.Element; export declare const States: () => JSX.Element; export declare const PrefixAndSuffix: () => JSX.Element; //# sourceMappingURL=ChipAlert.stories.d.ts.map