export interface ShareButton { icon: string; isButton?: boolean; ariaLabel?: string; href?: string; onClick?: () => void; }