import * as React from 'react'; declare function Layer(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof Layer; export default Layer;