import type { ViewStyle } from 'react-native'; import type { CustomTheme } from 'rnsx'; import type { MergeTheme } from '../merge-theme'; import type { StyleContextValue } from '../style-context'; import type { ThemeContextValue } from '../theme-context'; export declare type RoundedValue = keyof MergeTheme['borderRadius'] | { ts?: keyof MergeTheme['borderRadius']; te?: keyof MergeTheme['borderRadius']; bs?: keyof MergeTheme['borderRadius']; be?: keyof MergeTheme['borderRadius']; }; export declare function rounded(value: RoundedValue, context: StyleContextValue, theme: ThemeContextValue): ViewStyle; //# sourceMappingURL=rounded.d.ts.map