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