import { ToastContextType } from './ToastProvider'; import { BREAKPOINTS } from '../constants'; export declare const useGenesis: () => { theme: any; breakpoint: keyof typeof BREAKPOINTS; toast: ToastContextType; };