type Props = {
    analyser: AnalyserNode;
};
export default function Vis({ analyser }: Props): import("react/jsx-runtime").JSX.Element | null;
export {};
