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