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