import React, { FC } from 'react'; type Props = { children: React.ReactNode; }; export declare const Decoration: FC; export {};