import * as React from 'react';
declare const Check: (props: {
    color?: string;
    [otherOptions: string]: unknown;
}) => React.JSX.Element;
export default Check;
//# sourceMappingURL=Check.d.ts.map