import { ElementType } from 'react'; import { LismComponentProps } from '../../Lism'; type LayerProps = LismComponentProps; export default function Layer(props: LayerProps): import("react").JSX.Element; export {};