import { ElementType } from 'react'; import { LayoutComponentProps } from '../../Lism'; import { FrameProps } from '../../../lib/types/LayoutProps'; export default function Frame(props: LayoutComponentProps): import("react").JSX.Element;