import { ReactNode } from '../../../../node_modules/.pnpm/react@19.1.1/node_modules/react';
export type TIfProps = {
    when: unknown;
    elseComponent?: ReactNode;
    children: ReactNode;
};
//# sourceMappingURL=types.d.ts.map