interface CheckIconProps { color?: string; } declare const CheckIcon: ({ color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element; export default CheckIcon;