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