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