import type { FallingCharsProviderProps, FallingCharsSurfaceProps } from './FallingChars.types'; export declare function FallingCharsProvider({ children, className, fadeDurationMs, getBounds, maxCharacterLifetimeMs, maxCharacters, minCharacterLifetimeMs, overlayTestId, resetOnEscape, style, }: FallingCharsProviderProps): import("react/jsx-runtime").JSX.Element; export declare function FallingCharsSurface({ children, className, disabled, hideSourceWhileActive, onActiveChange, onClick, onPointerDown, originId, snapshotRootSelector, ...surfaceProps }: FallingCharsSurfaceProps): import("react/jsx-runtime").JSX.Element;