import { ILottieProperty } from "@lordicon/helpers"; import { IPlayerOptions, IState } from "./interfaces"; export declare function handleProps(props: IPlayerOptions): { properties: ILottieProperty[]; iconData: any; states: IState[]; state: IState; };