import type { LayerProps } from './types'; export default function Layer(props: LayerProps): import("react/jsx-runtime").JSX.Element;