import { default as React, FC } from 'react'; interface InterfaceProps { children: React.ReactNode; } export declare const Interface: FC; export {};