import React from "react"; import { IconBaseProps } from "../IconBase"; export type KeypointDetectionIconProps = Omit; declare const KeypointDetectionIcon: React.FC; export default KeypointDetectionIcon; //# sourceMappingURL=KeypointDetectionIcon.d.ts.map