import React from "react"; import * as T from "./Expandable.types"; declare const Expandable: React.FC; export default Expandable;