import type { FC } from 'react'; import type { ComponentWithConditionPropsWithFunctionChildren } from './types'; /** * If the `` is the first one to have its condition evaluates to true * inside the parent `` it will be the only rendered. * @param props The props to pass down to the `` component */ export declare const Case: FC; //# sourceMappingURL=Case.d.ts.map