/// <reference types="react" />
export declare const AlertStories: {
    title: string;
    component: () => JSX.Element;
}[];
