export interface CheckMarkIconProps { svgAttrs?: SVGProps; } import { SVGProps } from "../types"; declare function CheckMarkIcon(props: CheckMarkIconProps): import("react/jsx-runtime").JSX.Element; export default CheckMarkIcon;