import { PropCombination, PropDeclaration, Props, PropsDeclaration } from './propTypes';
export declare const permutateProps: (allProps: PropsDeclaration, filter?: ((props: Props) => boolean) | undefined, remainingProps?: string[], values?: {
    [key: string]: PropDeclaration;
}) => PropCombination[];
//# sourceMappingURL=permutateProps.d.ts.map