/// import { GridProps } from '@mui/material/Grid'; export interface StyledProps extends GridProps { /** * current element id * @defaultValue "" * @optional * @type string */ id?: React.HtmlHTMLAttributes['id']; sx?: never; } declare const ThemedComponent: (props: StyledProps) => import("react/jsx-runtime").JSX.Element; export default ThemedComponent; //# sourceMappingURL=Styled.d.ts.map