import type { RadioGroupProps, RadioGroupState } from './RadioGroup.types'; /** * A function which determines if a set of styles should be applied to the component given the current state and props of the radiogroup. * * @param layer The name of the state that is being checked for * @param state The current state of the radiogroup * @param userProps The props that were passed into the radiogroup * @returns Whether the styles that are assigned to the layer should be applied to the radiogroup */ export declare const radioGroupLookup: (layer: string, state: RadioGroupState, userProps: RadioGroupProps) => boolean; export declare const RadioGroup: import("@fluentui-react-native/framework").ComposableComponent; //# sourceMappingURL=RadioGroup.d.ts.map