import { FC } from 'react'; export declare type TCodeData = { code: string; }; export declare const Code: FC;