import { Meta } from '@storybook/react';
import { StatusPillProps } from './StatusPill';
declare const _default: Meta<StatusPillProps>;
export default _default;
export declare const StatusPillExample: import('@storybook/core/csf').AnnotatedStoryFn<import('@storybook/react').ReactRenderer, StatusPillProps>;
