import { ElementType } from 'react'; import { LismComponentProps } from '../../Lism'; type BoxLinkProps = LismComponentProps; export default function BoxLink({ as, children, ...props }: BoxLinkProps): import("react").JSX.Element; export {};