import { StoryObj } from '@storybook/react'; import { IndicatorProps } from '.'; export declare const Primary: StoryObj; declare const _default: { component: ({ label, size, ...rest }: IndicatorProps) => JSX.Element; title: string; parameters: { docs: { fds: { attributes: string[]; }; }; }; }; export default _default;