/** @jsxImportSource @fluentui-react-native/framework-base */ import { type ViewProps } from 'react-native'; import type { CompoundButtonSlotProps, CompoundButtonType } from './CompoundButton.types'; export interface MobileSlotProps extends CompoundButtonSlotProps { root: ViewProps; } export interface CompoundButtonMobileType extends CompoundButtonType { slotProps: MobileSlotProps; } export declare const CompoundButton: any; //# sourceMappingURL=CompoundButton.mobile.d.ts.map