import type { FallingCharsBounds, FallingCharsContextValue } from './FallingChars.types'; export declare function getWindowBounds(): FallingCharsBounds; export declare const FallingCharsContext: import("react").Context; export declare function useFallingChars(): FallingCharsContextValue;