interface Props { analyser: AnalyserNode; } declare function Milkdrop({ analyser }: Props): import("react/jsx-runtime").JSX.Element; export default Milkdrop;