import type { Breakpoint } from '../primitives/types/responsive'; /** * @internal For internal Amplify UI use only. May be removed in a future release. * * Hook to get the current breakpoint of the provided theme. * @returns {Breakpoint} */ export declare const useThemeBreakpoint: () => Breakpoint;