import { FunctionComponent } from 'react';
interface Props {
}
declare const Rem: FunctionComponent<Props>;
export default Rem;
