import { FunctionComponent } from 'react'; import './Margin.css'; declare type Props = {}; export declare const Margin: FunctionComponent; export {};