import type { IsConformantOptions } from '@fluentui/react-conformance'; export declare function isConformant(testInfo: Omit, 'componentPath'> & { componentPath?: string; }): void;