import { default as React, PropsWithChildren } from 'react'; interface SubheaderRowProps { bgcolor?: string; } declare const SubheaderRow: React.FC>; export default SubheaderRow;