import { TIfProps } from './model/types'; declare const If: ({ when, children, elseComponent }: TIfProps) => import('../../../node_modules/.pnpm/react@19.1.1/node_modules/react').ReactNode; export default If; //# sourceMappingURL=if.d.ts.map