export interface SWAPShareProps {
    url?: string;
    emailSubject?: string;
    sharedContent?: string;
    size?: number;
}
