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