{
  "type": "Program",
  "start": 0,
  "end": 86,
  "loc": {
    "start": {
      "line": 1,
      "column": 0
    },
    "end": {
      "line": 5,
      "column": 0
    }
  },
  "sourceType": "module",
  "body": [
    {
      "type": "ExpressionStatement",
      "start": 0,
      "end": 27,
      "loc": {
        "start": {
          "line": 1,
          "column": 0
        },
        "end": {
          "line": 1,
          "column": 27
        }
      },
      "expression": {
        "type": "CallExpression",
        "start": 0,
        "end": 26,
        "loc": {
          "start": {
            "line": 1,
            "column": 0
          },
          "end": {
            "line": 1,
            "column": 26
          }
        },
        "callee": {
          "type": "Identifier",
          "start": 0,
          "end": 7,
          "loc": {
            "start": {
              "line": 1,
              "column": 0
            },
            "end": {
              "line": 1,
              "column": 7
            }
          },
          "name": "require"
        },
        "arguments": [
          {
            "type": "Literal",
            "start": 8,
            "end": 25,
            "loc": {
              "start": {
                "line": 1,
                "column": 8
              },
              "end": {
                "line": 1,
                "column": 25
              }
            },
            "value": "./_tooltip.scss",
            "rawValue": "./_tooltip.scss",
            "raw": "\"./_tooltip.scss\""
          }
        ]
      }
    },
    {
      "type": "ImportDeclaration",
      "start": 28,
      "end": 60,
      "loc": {
        "start": {
          "line": 2,
          "column": 0
        },
        "end": {
          "line": 2,
          "column": 32
        }
      },
      "specifiers": [
        {
          "type": "ImportDefaultSpecifier",
          "start": 35,
          "end": 42,
          "loc": {
            "start": {
              "line": 2,
              "column": 7
            },
            "end": {
              "line": 2,
              "column": 14
            }
          },
          "local": {
            "type": "Identifier",
            "start": 35,
            "end": 42,
            "loc": {
              "start": {
                "line": 2,
                "column": 7
              },
              "end": {
                "line": 2,
                "column": 14
              }
            },
            "name": "Tooltip"
          }
        }
      ],
      "importKind": "value",
      "source": {
        "type": "Literal",
        "start": 48,
        "end": 59,
        "loc": {
          "start": {
            "line": 2,
            "column": 20
          },
          "end": {
            "line": 2,
            "column": 31
          }
        },
        "value": "./tooltip",
        "rawValue": "./tooltip",
        "raw": "\"./tooltip\""
      }
    },
    {
      "type": "ExportDefaultDeclaration",
      "start": 62,
      "end": 85,
      "loc": {
        "start": {
          "line": 4,
          "column": 0
        },
        "end": {
          "line": 4,
          "column": 23
        }
      },
      "declaration": {
        "type": "Identifier",
        "start": 77,
        "end": 84,
        "loc": {
          "start": {
            "line": 4,
            "column": 15
          },
          "end": {
            "line": 4,
            "column": 22
          }
        },
        "name": "Tooltip",
        "leadingComments": [],
        "trailingComments": []
      }
    }
  ]
}