import { FC } from 'react';
export interface IComponent {
}
declare const Component: FC<IComponent>;
export default Component;
