import React from 'react';
import { CardContextValueType, GetCardConsumerProps } from './Props';
export declare const Provider: React.Provider<CardContextValueType>;
export declare const consumer: <U extends {}>(Origin: React.ComponentType<U>) => (props: GetCardConsumerProps<U>) => JSX.Element;
