/// /// /// import { BADGE } from '@geometricpanda/storybook-addon-badges'; /** * The grid creates visual consistency between layouts while allowing flexibility across a wide variety of designs. Grid is based on a 12-column grid layout. * * ```javascript import { Grid } from "@galaxy-ds/core"; ``` */ declare const meta: { component: (props: import("./Grid.types").GridProps) => import("react/jsx-runtime").JSX.Element; title: string; parameters: { badges: BADGE[]; layout: string; }; argTypes: { wrap: { description: string; options: string[]; control: { type: "radio"; }; }; columns: { description: string; control: { disable: true; }; defaultValue: { summary: string; }; }; columnSpacing: { description: string; }; children: { description: string; control: { disable: true; }; }; container: { description: string; control: { type: "boolean"; }; defaultValue: { summary: string; }; }; direction: { description: string; defaultValue: { summary: string; }; control: { type: "text"; }; }; rowSpacing: { description: string; control: { disable: true; }; }; spacing: { description: string; control: { type: "number"; }; defaultValue: { summary: string; }; }; size: { description: string; control: { disable: true; }; }; sx: { description: string; control: { disable: true; }; }; }; decorators: ((Story: import("@storybook/csf").PartialStoryFn | undefined; children?: import("react").ReactNode; columns?: (number | (number | null)[] | { xs?: number | null | undefined; sm?: number | null | undefined; md?: number | null | undefined; lg?: number | null | undefined; xl?: number | null | undefined; }) | undefined; columnSpacing?: (import("@mui/material").GridSpacing | (import("@mui/material").GridSpacing | null)[] | { xs?: import("@mui/material").GridSpacing | null | undefined; sm?: import("@mui/material").GridSpacing | null | undefined; md?: import("@mui/material").GridSpacing | null | undefined; lg?: import("@mui/material").GridSpacing | null | undefined; xl?: import("@mui/material").GridSpacing | null | undefined; }) | undefined; container?: boolean | undefined; direction?: (import("@mui/material").GridDirection | (import("@mui/material").GridDirection | null)[] | { xs?: import("@mui/material").GridDirection | null | undefined; sm?: import("@mui/material").GridDirection | null | undefined; md?: import("@mui/material").GridDirection | null | undefined; lg?: import("@mui/material").GridDirection | null | undefined; xl?: import("@mui/material").GridDirection | null | undefined; }) | undefined; offset?: (import("@mui/material").GridOffset | (import("@mui/material").GridOffset | null)[] | { xs?: import("@mui/material").GridOffset | null | undefined; sm?: import("@mui/material").GridOffset | null | undefined; md?: import("@mui/material").GridOffset | null | undefined; lg?: import("@mui/material").GridOffset | null | undefined; xl?: import("@mui/material").GridOffset | null | undefined; }) | undefined; unstable_level?: number | undefined; rowSpacing?: (import("@mui/material").GridSpacing | (import("@mui/material").GridSpacing | null)[] | { xs?: import("@mui/material").GridSpacing | null | undefined; sm?: import("@mui/material").GridSpacing | null | undefined; md?: import("@mui/material").GridSpacing | null | undefined; lg?: import("@mui/material").GridSpacing | null | undefined; xl?: import("@mui/material").GridSpacing | null | undefined; }) | undefined; size?: (import("@mui/material").GridSize | (import("@mui/material").GridSize | null)[] | { xs?: import("@mui/material").GridSize | null | undefined; sm?: import("@mui/material").GridSize | null | undefined; md?: import("@mui/material").GridSize | null | undefined; lg?: import("@mui/material").GridSize | null | undefined; xl?: import("@mui/material").GridSize | null | undefined; }) | undefined; spacing?: (import("@mui/material").GridSpacing | (import("@mui/material").GridSpacing | null)[] | { xs?: import("@mui/material").GridSpacing | null | undefined; sm?: import("@mui/material").GridSpacing | null | undefined; md?: import("@mui/material").GridSpacing | null | undefined; lg?: import("@mui/material").GridSpacing | null | undefined; xl?: import("@mui/material").GridSpacing | null | undefined; }) | undefined; wrap?: import("@mui/material").GridWrap | undefined; sx?: import("@mui/system").SxProps | undefined; color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; className?: string | undefined; style?: import("react").CSSProperties | undefined; slot?: string | undefined; title?: string | undefined; suppressHydrationWarning?: boolean | undefined; id?: string | undefined; lang?: string | undefined; role?: import("react").AriaRole | undefined; tabIndex?: number | undefined; "aria-activedescendant"?: string | undefined; "aria-atomic"?: (boolean | "false" | "true") | undefined; "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined; "aria-braillelabel"?: string | undefined; "aria-brailleroledescription"?: string | undefined; "aria-busy"?: (boolean | "false" | "true") | undefined; "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined; "aria-colcount"?: number | undefined; "aria-colindex"?: number | undefined; "aria-colindextext"?: string | undefined; "aria-colspan"?: number | undefined; "aria-controls"?: string | undefined; "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined; "aria-describedby"?: string | undefined; "aria-description"?: string | undefined; "aria-details"?: string | undefined; "aria-disabled"?: (boolean | "false" | "true") | undefined; "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined; "aria-errormessage"?: string | undefined; "aria-expanded"?: (boolean | "false" | "true") | undefined; "aria-flowto"?: string | undefined; "aria-grabbed"?: (boolean | "false" | "true") | undefined; "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined; "aria-hidden"?: (boolean | "false" | "true") | undefined; "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined; "aria-keyshortcuts"?: string | undefined; "aria-label"?: string | undefined; "aria-labelledby"?: string | undefined; "aria-level"?: number | undefined; "aria-live"?: "off" | "assertive" | "polite" | undefined; "aria-modal"?: (boolean | "false" | "true") | undefined; "aria-multiline"?: (boolean | "false" | "true") | undefined; "aria-multiselectable"?: (boolean | "false" | "true") | undefined; "aria-orientation"?: "horizontal" | "vertical" | undefined; "aria-owns"?: string | undefined; "aria-placeholder"?: string | undefined; "aria-posinset"?: number | undefined; "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined; "aria-readonly"?: (boolean | "false" | "true") | undefined; "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; "aria-required"?: (boolean | "false" | "true") | undefined; "aria-roledescription"?: string | undefined; "aria-rowcount"?: number | undefined; "aria-rowindex"?: number | undefined; "aria-rowindextext"?: string | undefined; "aria-rowspan"?: number | undefined; "aria-selected"?: (boolean | "false" | "true") | undefined; "aria-setsize"?: number | undefined; "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined; "aria-valuemax"?: number | undefined; "aria-valuemin"?: number | undefined; "aria-valuenow"?: number | undefined; "aria-valuetext"?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: import("react").ClipboardEventHandler | undefined; onCopyCapture?: import("react").ClipboardEventHandler | undefined; onCut?: import("react").ClipboardEventHandler | undefined; onCutCapture?: import("react").ClipboardEventHandler | undefined; onPaste?: import("react").ClipboardEventHandler | undefined; onPasteCapture?: import("react").ClipboardEventHandler | undefined; onCompositionEnd?: import("react").CompositionEventHandler | undefined; onCompositionEndCapture?: import("react").CompositionEventHandler | undefined; onCompositionStart?: import("react").CompositionEventHandler | undefined; onCompositionStartCapture?: import("react").CompositionEventHandler | undefined; onCompositionUpdate?: import("react").CompositionEventHandler | undefined; onCompositionUpdateCapture?: import("react").CompositionEventHandler | undefined; onFocus?: import("react").FocusEventHandler | undefined; onFocusCapture?: import("react").FocusEventHandler | undefined; onBlur?: import("react").FocusEventHandler | undefined; onBlurCapture?: import("react").FocusEventHandler | undefined; onChange?: import("react").FormEventHandler | undefined; onChangeCapture?: import("react").FormEventHandler | undefined; onBeforeInput?: import("react").FormEventHandler | undefined; onBeforeInputCapture?: import("react").FormEventHandler | undefined; onInput?: import("react").FormEventHandler | undefined; onInputCapture?: import("react").FormEventHandler | undefined; onReset?: import("react").FormEventHandler | undefined; onResetCapture?: import("react").FormEventHandler | undefined; onSubmit?: import("react").FormEventHandler | undefined; onSubmitCapture?: import("react").FormEventHandler | undefined; onInvalid?: import("react").FormEventHandler | undefined; onInvalidCapture?: import("react").FormEventHandler | undefined; onLoad?: import("react").ReactEventHandler | undefined; onLoadCapture?: import("react").ReactEventHandler | undefined; onError?: import("react").ReactEventHandler | undefined; onErrorCapture?: import("react").ReactEventHandler | undefined; onKeyDown?: import("react").KeyboardEventHandler | undefined; onKeyDownCapture?: import("react").KeyboardEventHandler | undefined; onKeyPress?: import("react").KeyboardEventHandler | undefined; onKeyPressCapture?: import("react").KeyboardEventHandler | undefined; onKeyUp?: import("react").KeyboardEventHandler | undefined; onKeyUpCapture?: import("react").KeyboardEventHandler | undefined; onAbort?: import("react").ReactEventHandler | undefined; onAbortCapture?: import("react").ReactEventHandler | undefined; onCanPlay?: import("react").ReactEventHandler | undefined; onCanPlayCapture?: import("react").ReactEventHandler | undefined; onCanPlayThrough?: import("react").ReactEventHandler | undefined; onCanPlayThroughCapture?: import("react").ReactEventHandler | undefined; onDurationChange?: import("react").ReactEventHandler | undefined; onDurationChangeCapture?: import("react").ReactEventHandler | undefined; onEmptied?: import("react").ReactEventHandler | undefined; onEmptiedCapture?: import("react").ReactEventHandler | undefined; onEncrypted?: import("react").ReactEventHandler | undefined; onEncryptedCapture?: import("react").ReactEventHandler | undefined; onEnded?: import("react").ReactEventHandler | undefined; onEndedCapture?: import("react").ReactEventHandler | undefined; onLoadedData?: import("react").ReactEventHandler | undefined; onLoadedDataCapture?: import("react").ReactEventHandler | undefined; onLoadedMetadata?: import("react").ReactEventHandler | undefined; onLoadedMetadataCapture?: import("react").ReactEventHandler | undefined; onLoadStart?: import("react").ReactEventHandler | undefined; onLoadStartCapture?: import("react").ReactEventHandler | undefined; onPause?: import("react").ReactEventHandler | undefined; onPauseCapture?: import("react").ReactEventHandler | undefined; onPlay?: import("react").ReactEventHandler | undefined; onPlayCapture?: import("react").ReactEventHandler | undefined; onPlaying?: import("react").ReactEventHandler | undefined; onPlayingCapture?: import("react").ReactEventHandler | undefined; onProgress?: import("react").ReactEventHandler | undefined; onProgressCapture?: import("react").ReactEventHandler | undefined; onRateChange?: import("react").ReactEventHandler | undefined; onRateChangeCapture?: import("react").ReactEventHandler | undefined; onResize?: import("react").ReactEventHandler | undefined; onResizeCapture?: import("react").ReactEventHandler | undefined; onSeeked?: import("react").ReactEventHandler | undefined; onSeekedCapture?: import("react").ReactEventHandler | undefined; onSeeking?: import("react").ReactEventHandler | undefined; onSeekingCapture?: import("react").ReactEventHandler | undefined; onStalled?: import("react").ReactEventHandler | undefined; onStalledCapture?: import("react").ReactEventHandler | undefined; onSuspend?: import("react").ReactEventHandler | undefined; onSuspendCapture?: import("react").ReactEventHandler | undefined; onTimeUpdate?: import("react").ReactEventHandler | undefined; onTimeUpdateCapture?: import("react").ReactEventHandler | undefined; onVolumeChange?: import("react").ReactEventHandler | undefined; onVolumeChangeCapture?: import("react").ReactEventHandler | undefined; onWaiting?: import("react").ReactEventHandler | undefined; onWaitingCapture?: import("react").ReactEventHandler | undefined; onAuxClick?: import("react").MouseEventHandler | undefined; onAuxClickCapture?: import("react").MouseEventHandler | undefined; onClick?: import("react").MouseEventHandler | undefined; onClickCapture?: import("react").MouseEventHandler | undefined; onContextMenu?: import("react").MouseEventHandler | undefined; onContextMenuCapture?: import("react").MouseEventHandler | undefined; onDoubleClick?: import("react").MouseEventHandler | undefined; onDoubleClickCapture?: import("react").MouseEventHandler | undefined; onDrag?: import("react").DragEventHandler | undefined; onDragCapture?: import("react").DragEventHandler | undefined; onDragEnd?: import("react").DragEventHandler | undefined; onDragEndCapture?: import("react").DragEventHandler | undefined; onDragEnter?: import("react").DragEventHandler | undefined; onDragEnterCapture?: import("react").DragEventHandler | undefined; onDragExit?: import("react").DragEventHandler | undefined; onDragExitCapture?: import("react").DragEventHandler | undefined; onDragLeave?: import("react").DragEventHandler | undefined; onDragLeaveCapture?: import("react").DragEventHandler | undefined; onDragOver?: import("react").DragEventHandler | undefined; onDragOverCapture?: import("react").DragEventHandler | undefined; onDragStart?: import("react").DragEventHandler | undefined; onDragStartCapture?: import("react").DragEventHandler | undefined; onDrop?: import("react").DragEventHandler | undefined; onDropCapture?: import("react").DragEventHandler | undefined; onMouseDown?: import("react").MouseEventHandler | undefined; onMouseDownCapture?: import("react").MouseEventHandler | undefined; onMouseEnter?: import("react").MouseEventHandler | undefined; onMouseLeave?: import("react").MouseEventHandler | undefined; onMouseMove?: import("react").MouseEventHandler | undefined; onMouseMoveCapture?: import("react").MouseEventHandler | undefined; onMouseOut?: import("react").MouseEventHandler | undefined; onMouseOutCapture?: import("react").MouseEventHandler | undefined; onMouseOver?: import("react").MouseEventHandler | undefined; onMouseOverCapture?: import("react").MouseEventHandler | undefined; onMouseUp?: import("react").MouseEventHandler | undefined; onMouseUpCapture?: import("react").MouseEventHandler | undefined; onSelect?: import("react").ReactEventHandler | undefined; onSelectCapture?: import("react").ReactEventHandler | undefined; onTouchCancel?: import("react").TouchEventHandler | undefined; onTouchCancelCapture?: import("react").TouchEventHandler | undefined; onTouchEnd?: import("react").TouchEventHandler | undefined; onTouchEndCapture?: import("react").TouchEventHandler | undefined; onTouchMove?: import("react").TouchEventHandler | undefined; onTouchMoveCapture?: import("react").TouchEventHandler | undefined; onTouchStart?: import("react").TouchEventHandler | undefined; onTouchStartCapture?: import("react").TouchEventHandler | undefined; onPointerDown?: import("react").PointerEventHandler | undefined; onPointerDownCapture?: import("react").PointerEventHandler | undefined; onPointerMove?: import("react").PointerEventHandler | undefined; onPointerMoveCapture?: import("react").PointerEventHandler | undefined; onPointerUp?: import("react").PointerEventHandler | undefined; onPointerUpCapture?: import("react").PointerEventHandler | undefined; onPointerCancel?: import("react").PointerEventHandler | undefined; onPointerCancelCapture?: import("react").PointerEventHandler | undefined; onPointerEnter?: import("react").PointerEventHandler | undefined; onPointerLeave?: import("react").PointerEventHandler | undefined; onPointerOver?: import("react").PointerEventHandler | undefined; onPointerOverCapture?: import("react").PointerEventHandler | undefined; onPointerOut?: import("react").PointerEventHandler | undefined; onPointerOutCapture?: import("react").PointerEventHandler | undefined; onGotPointerCapture?: import("react").PointerEventHandler | undefined; onGotPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onLostPointerCapture?: import("react").PointerEventHandler | undefined; onLostPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onScroll?: import("react").UIEventHandler | undefined; onScrollCapture?: import("react").UIEventHandler | undefined; onWheel?: import("react").WheelEventHandler | undefined; onWheelCapture?: import("react").WheelEventHandler | undefined; onAnimationStart?: import("react").AnimationEventHandler | undefined; onAnimationStartCapture?: import("react").AnimationEventHandler | undefined; onAnimationEnd?: import("react").AnimationEventHandler | undefined; onAnimationEndCapture?: import("react").AnimationEventHandler | undefined; onAnimationIteration?: import("react").AnimationEventHandler | undefined; onAnimationIterationCapture?: import("react").AnimationEventHandler | undefined; onTransitionEnd?: import("react").TransitionEventHandler | undefined; onTransitionEndCapture?: import("react").TransitionEventHandler | undefined; key?: import("react").Key | null | undefined; content?: string | undefined; translate?: "yes" | "no" | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: (boolean | "false" | "true") | undefined; hidden?: boolean | undefined; nonce?: string | undefined; spellCheck?: (boolean | "false" | "true") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "off" | "on" | undefined; inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; is?: string | undefined; }>) => import("react/jsx-runtime").JSX.Element)[]; }; export default meta; export declare const Default: { args: { wrap: "wrap"; direction: "row"; }; parameters: { docs: { source: { code: string; }; }; }; render: (args: { component?: import("react").ElementType | undefined; children?: import("react").ReactNode; columns?: (number | (number | null)[] | { xs?: number | null | undefined; sm?: number | null | undefined; md?: number | null | undefined; lg?: number | null | undefined; xl?: number | null | undefined; }) | undefined; columnSpacing?: (import("@mui/material").GridSpacing | (import("@mui/material").GridSpacing | null)[] | { xs?: import("@mui/material").GridSpacing | null | undefined; sm?: import("@mui/material").GridSpacing | null | undefined; md?: import("@mui/material").GridSpacing | null | undefined; lg?: import("@mui/material").GridSpacing | null | undefined; xl?: import("@mui/material").GridSpacing | null | undefined; }) | undefined; container?: boolean | undefined; direction?: (import("@mui/material").GridDirection | (import("@mui/material").GridDirection | null)[] | { xs?: import("@mui/material").GridDirection | null | undefined; sm?: import("@mui/material").GridDirection | null | undefined; md?: import("@mui/material").GridDirection | null | undefined; lg?: import("@mui/material").GridDirection | null | undefined; xl?: import("@mui/material").GridDirection | null | undefined; }) | undefined; offset?: (import("@mui/material").GridOffset | (import("@mui/material").GridOffset | null)[] | { xs?: import("@mui/material").GridOffset | null | undefined; sm?: import("@mui/material").GridOffset | null | undefined; md?: import("@mui/material").GridOffset | null | undefined; lg?: import("@mui/material").GridOffset | null | undefined; xl?: import("@mui/material").GridOffset | null | undefined; }) | undefined; unstable_level?: number | undefined; rowSpacing?: (import("@mui/material").GridSpacing | (import("@mui/material").GridSpacing | null)[] | { xs?: import("@mui/material").GridSpacing | null | undefined; sm?: import("@mui/material").GridSpacing | null | undefined; md?: import("@mui/material").GridSpacing | null | undefined; lg?: import("@mui/material").GridSpacing | null | undefined; xl?: import("@mui/material").GridSpacing | null | undefined; }) | undefined; size?: (import("@mui/material").GridSize | (import("@mui/material").GridSize | null)[] | { xs?: import("@mui/material").GridSize | null | undefined; sm?: import("@mui/material").GridSize | null | undefined; md?: import("@mui/material").GridSize | null | undefined; lg?: import("@mui/material").GridSize | null | undefined; xl?: import("@mui/material").GridSize | null | undefined; }) | undefined; spacing?: (import("@mui/material").GridSpacing | (import("@mui/material").GridSpacing | null)[] | { xs?: import("@mui/material").GridSpacing | null | undefined; sm?: import("@mui/material").GridSpacing | null | undefined; md?: import("@mui/material").GridSpacing | null | undefined; lg?: import("@mui/material").GridSpacing | null | undefined; xl?: import("@mui/material").GridSpacing | null | undefined; }) | undefined; wrap?: import("@mui/material").GridWrap | undefined; sx?: import("@mui/system").SxProps | undefined; color?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontSize?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); p?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); height?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); width?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); display?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontFamily?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontStyle?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); fontWeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); letterSpacing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); order?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); overflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); visibility?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); lineHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); textTransform?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); border?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); boxShadow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); zIndex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); alignContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); alignItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); alignSelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); bottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); boxSizing?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); columnGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); flexBasis?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); flexDirection?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); flexGrow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); flexShrink?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); flexWrap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); gridAutoColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridAutoFlow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); gridAutoRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridTemplateAreas?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); gridTemplateColumns?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridTemplateRows?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); justifyContent?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); justifyItems?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); justifySelf?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); left?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); maxHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); maxWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); minHeight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); minWidth?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBlockEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBlockStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingInlineEnd?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingInlineStart?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); position?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); right?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); rowGap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); textAlign?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); textOverflow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); top?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); whiteSpace?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); borderBottom?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderColor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); borderLeft?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderRadius?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderRight?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); borderTop?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); flex?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gap?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); gridArea?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); gridColumn?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); gridRow?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue[] | undefined>); margin?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); padding?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingBlock?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingInline?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); bgcolor?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); m?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); ml?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); mx?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); my?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); marginY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pt?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pr?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pb?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); pl?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); px?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingX?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); py?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); paddingY?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined> | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue | readonly NonNullable | undefined>[] | undefined>); typography?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); displayPrint?: import("@mui/system/styleFunctionSx").ResponsiveStyleValue | ((theme: import("@mui/material").Theme) => import("@mui/system/styleFunctionSx").ResponsiveStyleValue); ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; className?: string | undefined; style?: import("react").CSSProperties | undefined; slot?: string | undefined; title?: string | undefined; suppressHydrationWarning?: boolean | undefined; id?: string | undefined; lang?: string | undefined; role?: import("react").AriaRole | undefined; tabIndex?: number | undefined; "aria-activedescendant"?: string | undefined; "aria-atomic"?: (boolean | "false" | "true") | undefined; "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined; "aria-braillelabel"?: string | undefined; "aria-brailleroledescription"?: string | undefined; "aria-busy"?: (boolean | "false" | "true") | undefined; "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined; "aria-colcount"?: number | undefined; "aria-colindex"?: number | undefined; "aria-colindextext"?: string | undefined; "aria-colspan"?: number | undefined; "aria-controls"?: string | undefined; "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined; "aria-describedby"?: string | undefined; "aria-description"?: string | undefined; "aria-details"?: string | undefined; "aria-disabled"?: (boolean | "false" | "true") | undefined; "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined; "aria-errormessage"?: string | undefined; "aria-expanded"?: (boolean | "false" | "true") | undefined; "aria-flowto"?: string | undefined; "aria-grabbed"?: (boolean | "false" | "true") | undefined; "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined; "aria-hidden"?: (boolean | "false" | "true") | undefined; "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined; "aria-keyshortcuts"?: string | undefined; "aria-label"?: string | undefined; "aria-labelledby"?: string | undefined; "aria-level"?: number | undefined; "aria-live"?: "off" | "assertive" | "polite" | undefined; "aria-modal"?: (boolean | "false" | "true") | undefined; "aria-multiline"?: (boolean | "false" | "true") | undefined; "aria-multiselectable"?: (boolean | "false" | "true") | undefined; "aria-orientation"?: "horizontal" | "vertical" | undefined; "aria-owns"?: string | undefined; "aria-placeholder"?: string | undefined; "aria-posinset"?: number | undefined; "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined; "aria-readonly"?: (boolean | "false" | "true") | undefined; "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; "aria-required"?: (boolean | "false" | "true") | undefined; "aria-roledescription"?: string | undefined; "aria-rowcount"?: number | undefined; "aria-rowindex"?: number | undefined; "aria-rowindextext"?: string | undefined; "aria-rowspan"?: number | undefined; "aria-selected"?: (boolean | "false" | "true") | undefined; "aria-setsize"?: number | undefined; "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined; "aria-valuemax"?: number | undefined; "aria-valuemin"?: number | undefined; "aria-valuenow"?: number | undefined; "aria-valuetext"?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: import("react").ClipboardEventHandler | undefined; onCopyCapture?: import("react").ClipboardEventHandler | undefined; onCut?: import("react").ClipboardEventHandler | undefined; onCutCapture?: import("react").ClipboardEventHandler | undefined; onPaste?: import("react").ClipboardEventHandler | undefined; onPasteCapture?: import("react").ClipboardEventHandler | undefined; onCompositionEnd?: import("react").CompositionEventHandler | undefined; onCompositionEndCapture?: import("react").CompositionEventHandler | undefined; onCompositionStart?: import("react").CompositionEventHandler | undefined; onCompositionStartCapture?: import("react").CompositionEventHandler | undefined; onCompositionUpdate?: import("react").CompositionEventHandler | undefined; onCompositionUpdateCapture?: import("react").CompositionEventHandler | undefined; onFocus?: import("react").FocusEventHandler | undefined; onFocusCapture?: import("react").FocusEventHandler | undefined; onBlur?: import("react").FocusEventHandler | undefined; onBlurCapture?: import("react").FocusEventHandler | undefined; onChange?: import("react").FormEventHandler | undefined; onChangeCapture?: import("react").FormEventHandler | undefined; onBeforeInput?: import("react").FormEventHandler | undefined; onBeforeInputCapture?: import("react").FormEventHandler | undefined; onInput?: import("react").FormEventHandler | undefined; onInputCapture?: import("react").FormEventHandler | undefined; onReset?: import("react").FormEventHandler | undefined; onResetCapture?: import("react").FormEventHandler | undefined; onSubmit?: import("react").FormEventHandler | undefined; onSubmitCapture?: import("react").FormEventHandler | undefined; onInvalid?: import("react").FormEventHandler | undefined; onInvalidCapture?: import("react").FormEventHandler | undefined; onLoad?: import("react").ReactEventHandler | undefined; onLoadCapture?: import("react").ReactEventHandler | undefined; onError?: import("react").ReactEventHandler | undefined; onErrorCapture?: import("react").ReactEventHandler | undefined; onKeyDown?: import("react").KeyboardEventHandler | undefined; onKeyDownCapture?: import("react").KeyboardEventHandler | undefined; onKeyPress?: import("react").KeyboardEventHandler | undefined; onKeyPressCapture?: import("react").KeyboardEventHandler | undefined; onKeyUp?: import("react").KeyboardEventHandler | undefined; onKeyUpCapture?: import("react").KeyboardEventHandler | undefined; onAbort?: import("react").ReactEventHandler | undefined; onAbortCapture?: import("react").ReactEventHandler | undefined; onCanPlay?: import("react").ReactEventHandler | undefined; onCanPlayCapture?: import("react").ReactEventHandler | undefined; onCanPlayThrough?: import("react").ReactEventHandler | undefined; onCanPlayThroughCapture?: import("react").ReactEventHandler | undefined; onDurationChange?: import("react").ReactEventHandler | undefined; onDurationChangeCapture?: import("react").ReactEventHandler | undefined; onEmptied?: import("react").ReactEventHandler | undefined; onEmptiedCapture?: import("react").ReactEventHandler | undefined; onEncrypted?: import("react").ReactEventHandler | undefined; onEncryptedCapture?: import("react").ReactEventHandler | undefined; onEnded?: import("react").ReactEventHandler | undefined; onEndedCapture?: import("react").ReactEventHandler | undefined; onLoadedData?: import("react").ReactEventHandler | undefined; onLoadedDataCapture?: import("react").ReactEventHandler | undefined; onLoadedMetadata?: import("react").ReactEventHandler | undefined; onLoadedMetadataCapture?: import("react").ReactEventHandler | undefined; onLoadStart?: import("react").ReactEventHandler | undefined; onLoadStartCapture?: import("react").ReactEventHandler | undefined; onPause?: import("react").ReactEventHandler | undefined; onPauseCapture?: import("react").ReactEventHandler | undefined; onPlay?: import("react").ReactEventHandler | undefined; onPlayCapture?: import("react").ReactEventHandler | undefined; onPlaying?: import("react").ReactEventHandler | undefined; onPlayingCapture?: import("react").ReactEventHandler | undefined; onProgress?: import("react").ReactEventHandler | undefined; onProgressCapture?: import("react").ReactEventHandler | undefined; onRateChange?: import("react").ReactEventHandler | undefined; onRateChangeCapture?: import("react").ReactEventHandler | undefined; onResize?: import("react").ReactEventHandler | undefined; onResizeCapture?: import("react").ReactEventHandler | undefined; onSeeked?: import("react").ReactEventHandler | undefined; onSeekedCapture?: import("react").ReactEventHandler | undefined; onSeeking?: import("react").ReactEventHandler | undefined; onSeekingCapture?: import("react").ReactEventHandler | undefined; onStalled?: import("react").ReactEventHandler | undefined; onStalledCapture?: import("react").ReactEventHandler | undefined; onSuspend?: import("react").ReactEventHandler | undefined; onSuspendCapture?: import("react").ReactEventHandler | undefined; onTimeUpdate?: import("react").ReactEventHandler | undefined; onTimeUpdateCapture?: import("react").ReactEventHandler | undefined; onVolumeChange?: import("react").ReactEventHandler | undefined; onVolumeChangeCapture?: import("react").ReactEventHandler | undefined; onWaiting?: import("react").ReactEventHandler | undefined; onWaitingCapture?: import("react").ReactEventHandler | undefined; onAuxClick?: import("react").MouseEventHandler | undefined; onAuxClickCapture?: import("react").MouseEventHandler | undefined; onClick?: import("react").MouseEventHandler | undefined; onClickCapture?: import("react").MouseEventHandler | undefined; onContextMenu?: import("react").MouseEventHandler | undefined; onContextMenuCapture?: import("react").MouseEventHandler | undefined; onDoubleClick?: import("react").MouseEventHandler | undefined; onDoubleClickCapture?: import("react").MouseEventHandler | undefined; onDrag?: import("react").DragEventHandler | undefined; onDragCapture?: import("react").DragEventHandler | undefined; onDragEnd?: import("react").DragEventHandler | undefined; onDragEndCapture?: import("react").DragEventHandler | undefined; onDragEnter?: import("react").DragEventHandler | undefined; onDragEnterCapture?: import("react").DragEventHandler | undefined; onDragExit?: import("react").DragEventHandler | undefined; onDragExitCapture?: import("react").DragEventHandler | undefined; onDragLeave?: import("react").DragEventHandler | undefined; onDragLeaveCapture?: import("react").DragEventHandler | undefined; onDragOver?: import("react").DragEventHandler | undefined; onDragOverCapture?: import("react").DragEventHandler | undefined; onDragStart?: import("react").DragEventHandler | undefined; onDragStartCapture?: import("react").DragEventHandler | undefined; onDrop?: import("react").DragEventHandler | undefined; onDropCapture?: import("react").DragEventHandler | undefined; onMouseDown?: import("react").MouseEventHandler | undefined; onMouseDownCapture?: import("react").MouseEventHandler | undefined; onMouseEnter?: import("react").MouseEventHandler | undefined; onMouseLeave?: import("react").MouseEventHandler | undefined; onMouseMove?: import("react").MouseEventHandler | undefined; onMouseMoveCapture?: import("react").MouseEventHandler | undefined; onMouseOut?: import("react").MouseEventHandler | undefined; onMouseOutCapture?: import("react").MouseEventHandler | undefined; onMouseOver?: import("react").MouseEventHandler | undefined; onMouseOverCapture?: import("react").MouseEventHandler | undefined; onMouseUp?: import("react").MouseEventHandler | undefined; onMouseUpCapture?: import("react").MouseEventHandler | undefined; onSelect?: import("react").ReactEventHandler | undefined; onSelectCapture?: import("react").ReactEventHandler | undefined; onTouchCancel?: import("react").TouchEventHandler | undefined; onTouchCancelCapture?: import("react").TouchEventHandler | undefined; onTouchEnd?: import("react").TouchEventHandler | undefined; onTouchEndCapture?: import("react").TouchEventHandler | undefined; onTouchMove?: import("react").TouchEventHandler | undefined; onTouchMoveCapture?: import("react").TouchEventHandler | undefined; onTouchStart?: import("react").TouchEventHandler | undefined; onTouchStartCapture?: import("react").TouchEventHandler | undefined; onPointerDown?: import("react").PointerEventHandler | undefined; onPointerDownCapture?: import("react").PointerEventHandler | undefined; onPointerMove?: import("react").PointerEventHandler | undefined; onPointerMoveCapture?: import("react").PointerEventHandler | undefined; onPointerUp?: import("react").PointerEventHandler | undefined; onPointerUpCapture?: import("react").PointerEventHandler | undefined; onPointerCancel?: import("react").PointerEventHandler | undefined; onPointerCancelCapture?: import("react").PointerEventHandler | undefined; onPointerEnter?: import("react").PointerEventHandler | undefined; onPointerLeave?: import("react").PointerEventHandler | undefined; onPointerOver?: import("react").PointerEventHandler | undefined; onPointerOverCapture?: import("react").PointerEventHandler | undefined; onPointerOut?: import("react").PointerEventHandler | undefined; onPointerOutCapture?: import("react").PointerEventHandler | undefined; onGotPointerCapture?: import("react").PointerEventHandler | undefined; onGotPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onLostPointerCapture?: import("react").PointerEventHandler | undefined; onLostPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onScroll?: import("react").UIEventHandler | undefined; onScrollCapture?: import("react").UIEventHandler | undefined; onWheel?: import("react").WheelEventHandler | undefined; onWheelCapture?: import("react").WheelEventHandler | undefined; onAnimationStart?: import("react").AnimationEventHandler | undefined; onAnimationStartCapture?: import("react").AnimationEventHandler | undefined; onAnimationEnd?: import("react").AnimationEventHandler | undefined; onAnimationEndCapture?: import("react").AnimationEventHandler | undefined; onAnimationIteration?: import("react").AnimationEventHandler | undefined; onAnimationIterationCapture?: import("react").AnimationEventHandler | undefined; onTransitionEnd?: import("react").TransitionEventHandler | undefined; onTransitionEndCapture?: import("react").TransitionEventHandler | undefined; key?: import("react").Key | null | undefined; content?: string | undefined; translate?: "yes" | "no" | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; accessKey?: string | undefined; autoFocus?: boolean | undefined; contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: (boolean | "false" | "true") | undefined; hidden?: boolean | undefined; nonce?: string | undefined; spellCheck?: (boolean | "false" | "true") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "off" | "on" | undefined; inputMode?: "search" | "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; is?: string | undefined; }) => import("react/jsx-runtime").JSX.Element; };