import type { BannerKind, OldBannerProps } from './converter.old'; export type { BannerDirection, BannerSize, BannerStatus } from './Banner'; export type { BannerKind }; export type BannerProps = OldBannerProps; export declare const Banner: (props: BannerProps) => import("@emotion/react/jsx-runtime").JSX.Element;