import { ReactNode } from 'react'; export declare const childrenWithOverriddenStyle: (children?: ReactNode) => JSX.Element[] | null | undefined;