import type { UseStylingOptions } from '@fluentui-react-native/framework'; import type { ChipTokens, ChipSlotProps, ChipProps } from './Chip.types'; export declare const chipStates: (keyof ChipTokens)[]; export declare const stylingSettings: UseStylingOptions; export declare function getChipPosition(tokens: ChipTokens): { bottom: import("react-native").DimensionValue; left: import("react-native").DimensionValue; right?: undefined; } | { bottom: import("react-native").DimensionValue; left?: undefined; right: import("react-native").DimensionValue; } | { bottom: import("react-native").DimensionValue; left?: undefined; right?: undefined; } | { bottom?: undefined; left: import("react-native").DimensionValue; right?: undefined; } | { bottom?: undefined; left?: undefined; right: import("react-native").DimensionValue; } | { bottom?: undefined; left?: undefined; right?: undefined; }; export declare function getTextMargin(tokens: ChipTokens): { marginStart: number; }; //# sourceMappingURL=Chip.styling.d.ts.map