import type { PaperBackgroundVariant, PaperRadiusVariant } from '../Paper';
import type { CardBackgroundColorVariant, CardSizeVariant } from './index';
export declare const matchBorderRadiusPaperToCard: {
    [key in CardSizeVariant]: PaperRadiusVariant;
};
export declare const matchBackgroundColorPaperToCard: {
    [key in CardBackgroundColorVariant]: PaperBackgroundVariant;
};
