import { type StyledComponent } from '@emotion/styled'; import type { Theme } from '@emotion/react'; import type { DetailedHTMLProps, TableHTMLAttributes } from 'react'; export declare const Matrix: StyledComponent<{ theme?: Theme; as?: React.ElementType; }, DetailedHTMLProps, HTMLTableElement>, {}>;