import { PolymorphicComponent } from "../../polymorphic"; type FooterV2LinkBlockProps = React.ComponentProps<"a"> & Readonly<{ label: string; isNew?: boolean; }>; export declare const FooterV2LinkBlock: PolymorphicComponent<"a", FooterV2LinkBlockProps>; export {}; //# sourceMappingURL=FooterV2LinkBlock.d.ts.map