import type { TrProps as TableTrProps } from "@twilio-paste/table"; import * as React from "react"; export interface TrProps extends TableTrProps { role?: string; striped?: boolean; selected?: boolean; } export declare const Tr: React.ForwardRefExoticComponent>; //# sourceMappingURL=Tr.d.ts.map