import { RootProps } from './ribbon-root'; export declare const Ribbon: any; export type RibbonProps = { Root: RootProps; };