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