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