import { AudioPlayerProps } from ".";
export declare const usePropsStateEffect: <TInterfacePlacementLength extends number>({ placement, activeUI, coverImgsCss, audioInitialState, playList, customIcons, currentIndex }: Omit<AudioPlayerProps<TInterfacePlacementLength>, "children">) => void;
