import { Meta, Story } from '@storybook/react/types-6-0'; import { DetailsProps } from './Details'; declare const _default: Meta; export default _default; /** * Use the playground to see different results */ export declare const Playground: Story;