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