import type { ReactNode } from "react"; type BackLinkProps = { children: ReactNode; }; export declare function BackLink({ children }: BackLinkProps): import("react").JSX.Element; export * from "./variants.js"; //# sourceMappingURL=index.d.ts.map