import { LottieProps } from '../types'; export declare const applyLottieA11y: (container: HTMLDivElement | null | undefined, a11y: LottieProps["a11y"]) => void; export declare const toContainerA11y: (a11y: NonNullable) => Record;