export declare const LinkButton: ({ children, href, }: {
    href: string;
    children: React.ReactNode;
}) => import("react/jsx-runtime").JSX.Element;
