import { Story } from '@storybook/react'; import { BannerProps } from './Banner'; declare const _default: { title: string; component: ({ text, appearance, ...other }: BannerProps) => JSX.Element; }; export default _default; export declare const Demo: Story;