/// import type { IconType } from "./Icon/types"; declare function ClaimPending(props: IconType): JSX.Element; export default ClaimPending;