import { DOMAttributes, StyleProps } from './shared'; export interface TextProps extends StyleProps, DOMAttributes { id?: string; }