import { StyleProp, ViewProps } from "react-native"; export type IconProps = { style?: StyleProp; size?: number; color?: string; font?: string; name?: string; } & ViewProps; export declare const Icon: (props: IconProps) => JSX.Element; //# sourceMappingURL=Icon.d.ts.map