import * as React from "react"; type Props = { size?: number | string; color?: string; style?: object; }; declare function CircledCheckMedium({ size, color, style }: Props): React.JSX.Element; export default CircledCheckMedium; //# sourceMappingURL=CircledCheckMedium.d.ts.map