import { FC } from 'react'; import { MainInterface } from './main.types'; export declare const Main: FC;