import type React from 'react'; import type { PressableStateCallbackType } from 'react-native'; export declare const useButtonChecks: ((props: Record, children?: React.ReactNode | ((state: PressableStateCallbackType) => React.ReactNode), shouldPerformContrastCheck?: boolean) => { onLayout: (event: import("react-native").LayoutChangeEvent) => void; debugStyle: any[] | { [x: string]: any; } | undefined; }) | null;