import { type HeadingLevel } from "@arc-ui/components/Heading"; export interface Share { heading: string; articleTitle: string; x?: boolean; headingLevel?: HeadingLevel; linkedin?: boolean; linkedInAriaLabel?: string; xAriaLabel?: string; clipboardAriaLabel?: string; emailAriaLabel?: string; }