import { Story } from '@storybook/react'; import { LogoProps } from './Logo'; declare const _default: { title: string; component: ({ height, light, className, ...other }: LogoProps) => JSX.Element; }; export default _default; export declare const Demo: Story;