ShareButtonProps: ButtonExProps & {
    prepared?: boolean;
    shareLink?: string;
}