import { FC } from 'react'; import type { Custom } from '../models'; export declare const CustomComp: FC;