import type { Story } from '@storybook/react'; import type { BarProps } from './BarWithLabels'; declare const _default: { component: (props: BarProps) => import("@emotion/react/jsx-runtime").JSX.Element; title: string; }; export default _default; export declare const Basic: Story;