import { Background, Infix } from '../store/ui.reducer.js'; export { Infix } from '../store/ui.reducer.js'; export declare const useWidth: () => number; export declare const useAppWidth: () => number; export declare const useAppSide: () => "left" | "right"; export declare const useInfix: () => Infix; export declare const useTouchable: () => boolean; export declare const useTheme: () => import("../store/ui.reducer.js").Theme; export declare const useSetBackground: () => (background: Background) => void;