import { StoryObj } from '@storybook/react'; import { Props } from '.'; export declare const Primary: StoryObj; declare const _default: { component: ({ size, ...rest }: Props) => JSX.Element; title: string; }; export default _default;