import { h } from 'preact';
export default function AirPlayButton({ onClick }: {
    onClick: any;
}): h.JSX.Element;
