import { FC, PropsWithChildren } from 'react'; export type PrintSectionWrapperProps = { enabled?: boolean; }; export declare const PrintSectionWrapper: FC>;