import * as React from 'react'; import type { LayerProps } from './types'; export default function Layer(props: LayerProps): React.JSX.Element;