export declare const StorybookStatusIndicator: ({ type, }: {
    type: 'ai' | 'deprecated' | 'new' | 'promoted';
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=StorybookStatusIndicator.d.ts.map