AppBar: StyledComponent<
AppBarOwnProps & Omit<PaperOwnProps, "classes" | "color" | "position"> & CommonProps & Omit<
DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>,
| "className"
| "style"
| "classes"
| "children"
| "sx"
| "color"
| "position"
| "variant"
| "square"
| "elevation"
| "enableColorOnDark",
> & MUIStyledCommonProps<Theme> & { open: boolean },
{},
{},
> = ...
Styled app bar component