/// interface ExpandableRowContentProps { /** Content rendered inside the expandable row. */ children?: React.ReactNode; /** Flag indicating whether the expandable row content has no background. This should be passed in when * the parent Td is passed the noPadding prop. */ hasNoBackground?: boolean; } export declare const ExpandableRowContent: React.FunctionComponent; export {}; //# sourceMappingURL=ExpandableRowContent.d.ts.map