export interface Props {
  /**
   * Google Analytics 4 ID.
   *
   * **Default**: `'G-XXXXXXXXXX'`
   * */
  id: string;
}
