import React from 'react'; import { LayerProps } from './Layer/types'; declare const MarginLayer: React.ForwardRefExoticComponent & React.RefAttributes>; export { MarginLayer };