import React, { HTMLAttributes } from 'react'; export declare const AppBar: React.FC<{ show?: boolean; alwaysShowShadow?: boolean; scrollToHide?: boolean; height?: number; fixed?: boolean; onShowChange?: (show: boolean) => void; } & HTMLAttributes>;