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