import React from "react"; type Props = {}; export declare function ShowStates(_props: Props): React.JSX.Element; export {};