import { FC } from 'react'; interface CheckmarkIconProps { color?: string; } export declare const CheckmarkIcon: FC; export {};