export interface SWAPCopyFieldProps {
    sharedText: string;
    multiline?: boolean;
    rows?: number;
    copyInputLabel?: string;
    copyButtonText?: string;
    copySuccessMessage?: string;
}
