import { ReactNode } from 'react'; export type SBUFoundationProps> = T & { className?: string; children?: ReactNode; testId?: string; };