import React from 'react'; import { GenericComponentType, IColorSchemes } from '../../types'; type IBadgeProps = { colorScheme?: IColorSchemes; leftIcon?: any; startIcon?: any; rightIcon?: any; endIcon?: any; }; export type IBadgeComponentType = GenericComponentType; export declare const Badge: IBadgeComponentType, { variant: { solid: unknown; outline: unknown; subtle: unknown; }; size: { sm: unknown; md: unknown; lg: unknown; }; }, import("react-native").ViewProps, "Badge">>>; export {};