import { IconProps } from '../lib';
declare function Cards(props: IconProps): JSX.Element;
export default Cards;
