declare function baseStyle(): { borderRadius: string; borderWidth: number; bg: string; size: number; position: string; right: number; bottom: number; _light: { borderColor: string; }; _dark: { borderColor: string; }; }; declare const _default: { baseStyle: typeof baseStyle; }; export default _default;