import type * as React from 'react'; import { type ViewProps } from 'react-native'; type Props = { leadingComponent?: React.ReactNode; tailingComponent?: React.ReactNode; onAction?: () => void; color?: string; } & ViewProps; export declare const BaseLabel: React.FC; export {}; //# sourceMappingURL=BaseLabel.d.ts.map