import { FC } from 'react';
import { ReactBasicProp } from './types';
declare const Elementis: FC<ReactBasicProp>;
export default Elementis;
