import type React from 'react';
export declare const ConditionalWrapper: React.FC<React.PropsWithChildren<React.ComponentPropsWithoutRef<'div'> & {
    if: boolean;
}>>;
//# sourceMappingURL=ConditionalWrapper.d.ts.map