///
export declare const DRAWER_WIDTH: {
Collapsed: number;
Expanded: number;
};
export declare const FlyoutMenuPaper: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
elevation?: number | undefined;
square?: boolean | undefined;
sx?: import("@mui/material/styles").SxProps | undefined;
variant?: "outlined" | "elevation" | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps & {
anchorEl: HTMLElement | undefined;
isDrawerOpen?: boolean | undefined;
open?: boolean | undefined;
}, {}, {}>;
export declare const FlyoutMenuWrap: import("@emotion/styled").StyledComponent & {
open?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const FlyoutMenuList: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
dense?: boolean | undefined;
disablePadding?: boolean | undefined;
subheader?: import("react").ReactNode;
sx?: import("@mui/material/styles").SxProps | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLUListElement>, "ref"> & {
ref?: ((instance: HTMLUListElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "dense" | "disablePadding" | "subheader"> & import("@mui/system").MUIStyledCommonProps & {
open?: boolean | undefined;
}, {}, {}>;
export declare const FlyoutMenuHeader: import("@emotion/styled").StyledComponent & {
align?: "center" | "left" | "right" | "inherit" | "justify" | undefined;
children?: import("react").ReactNode;
classes?: Partial | undefined;
gutterBottom?: boolean | undefined;
noWrap?: boolean | undefined;
paragraph?: boolean | undefined;
sx?: import("@mui/material/styles").SxProps | undefined;
variant?: "button" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | "body1" | "body2" | undefined;
variantMapping?: Partial> | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLSpanElement>, "ref"> & {
ref?: ((instance: HTMLSpanElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "align" | ("p" | "color" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxShadow" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "lineHeight" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "zIndex" | "border" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "margin" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "typography" | "displayPrint") | "gutterBottom" | "noWrap" | "paragraph" | "variantMapping"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const FlyoutMenuItem: import("@emotion/styled").StyledComponent<{
button?: false | undefined;
} & import("@mui/material").ListItemBaseProps & {
components?: {
Root?: import("react").ElementType | undefined;
} | undefined;
componentsProps?: {
root?: (import("react").HTMLAttributes & import("@mui/material").ListItemComponentsPropsOverrides) | undefined;
} | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLLIElement>, "ref"> & {
ref?: ((instance: HTMLLIElement | null) => void) | import("react").RefObject | null | undefined;
}, "className" | "style" | "classes" | "button" | "autoFocus" | "children" | "sx" | "alignItems" | "disabled" | "selected" | "dense" | "components" | "componentsProps" | "disablePadding" | "disableGutters" | "divider" | "ContainerComponent" | "ContainerProps" | "secondaryAction"> & import("@mui/system").MUIStyledCommonProps, {}, {}>;
export declare const FlyoutMenuButton: import("@emotion/styled").StyledComponent | undefined;
centerRipple?: boolean | undefined;
children?: import("react").ReactNode;
classes?: Partial | undefined;
disabled?: boolean | undefined;
disableRipple?: boolean | undefined;
disableTouchRipple?: boolean | undefined;
focusRipple?: boolean | undefined;
focusVisibleClassName?: string | undefined;
LinkComponent?: import("react").ElementType | undefined;
onFocusVisible?: import("react").FocusEventHandler | undefined;
sx?: import("@mui/material/styles").SxProps | undefined;
tabIndex?: number | undefined;
TouchRippleProps?: Partial | undefined;
touchRippleRef?: import("react").Ref | undefined;
}, "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, "className" | "style" | "classes" | "autoFocus" | "tabIndex" | "children" | "sx" | "alignItems" | "action" | "centerRipple" | "disabled" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "selected" | "dense" | "disableGutters" | "divider"> & import("@mui/system").MUIStyledCommonProps & {
isDrawerOpen?: boolean | undefined;
isExpanded?: boolean | undefined;
}, {}, {}>;
export declare const FullHeightFlyoutMenuPaper: import("@emotion/styled").StyledComponent<{
children?: import("react").ReactNode;
classes?: Partial | undefined;
elevation?: number | undefined;
square?: boolean | undefined;
sx?: import("@mui/material/styles").SxProps | undefined;
variant?: "outlined" | "elevation" | undefined;
} & import("@mui/material/OverridableComponent").CommonProps & Omit, HTMLDivElement>, "ref"> & {
ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined;
}, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "square" | "elevation"> & import("@mui/system").MUIStyledCommonProps & {
isDrawerOpen?: boolean | undefined;
open?: boolean | undefined;
}, {}, {}>;
export declare const FullHeightFlyoutMenuWrapper: import("@emotion/styled").StyledComponent & {
open?: boolean | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const FlyoutNotchMask: import("@emotion/styled").StyledComponent, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const NotchMini: import("@emotion/styled").StyledComponent, "ref"> & import("react").RefAttributes & import("@mui/system").MUIStyledCommonProps, {}, {}>;