import { SpacewebComponentProps } from '../types'; export declare type LinkProps = SpacewebComponentProps & { href?: string; };