/// export declare const CheckedIcon: ({ width, height, isChecked, color, }: { width?: number | undefined; height?: number | undefined; isChecked?: boolean | undefined; color?: string | undefined; }) => JSX.Element;