/// import type { AppBarOwnProps } from "../types"; declare type Props = { variant: "standard" | "elevated"; elevation: number; } & AppBarOwnProps; declare const AppBar: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Partial, Pick, HTMLDivElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>; export default AppBar; //# sourceMappingURL=AppBar.d.ts.map