import * as React from "react"; import { IconProps } from '../lib'; declare const PokerChip: (props: IconProps) => React.JSX.Element; export default PokerChip; //# sourceMappingURL=PokerChip.d.ts.map