/** * Pre-built icon set components for each Material Icons variant. * All sets share the same glyph map and the same bundled font file * (MaterialIcons.ttf from react-native-vector-icons). Outlined/Round/Sharp/ * TwoTone variant OTF files are not included in the npm package, so we fall * back to the filled font for all variants to ensure glyphs render correctly. */ export declare const FilledIcons: import("@react-native-vector-icons/common").IconComponent>; export declare const OutlinedIcons: import("@react-native-vector-icons/common").IconComponent>; export declare const RoundedIcons: import("@react-native-vector-icons/common").IconComponent>; export declare const SharpIcons: import("@react-native-vector-icons/common").IconComponent>; export declare const TwoToneIcons: import("@react-native-vector-icons/common").IconComponent>; //# sourceMappingURL=iconSets.d.ts.map