import * as React from 'react'; import { Image } from '../Image'; type TabBarIconProps = Partial> & { focused?: boolean; }; export declare function ExtensionsFilledIcon(props: TabBarIconProps): React.JSX.Element; export {}; //# sourceMappingURL=ExtensionsFilledIcon.d.ts.map