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