/// <reference types="react" />
declare const Check: (props: {
    [otherOptions: string]: unknown;
    color?: string | undefined;
}) => JSX.Element;
export default Check;
//# sourceMappingURL=Check.d.ts.map