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