import React from 'react';
import { IconWithStyleTypeProps } from '../../types';
declare const CheckmarkIcon: ({ styleType, ...props }: IconWithStyleTypeProps) => React.JSX.Element;
export default CheckmarkIcon;
