export interface CardVariables {
    backgroundColor: string;
    backgroundColorDisabled: string;
    backgroundColorFocus: string;
    backgroundColorHover: string;
    backgroundColorPressed: string;
    ghostBackgroundColor: string;
    ghostBackgroundColorDisabled: string;
    ghostBackgroundColorFocus: string;
    ghostBackgroundColorHover: string;
    ghostBackgroundColorPressed: string;
    invertedBackgroundColor: string;
    invertedBackgroundColorDisabled: string;
    invertedBackgroundColorFocus: string;
    invertedBackgroundColorHover: string;
    invertedBackgroundColorPressed: string;
    borderStyle: string;
    borderColor: string;
    borderColorDisabled: string;
    borderColorHover: string;
    borderColorPressed: string;
    borderWidth: string;
    borderRadius: string;
    boxShadow: string;
    boxShadowHover: string;
    boxShadowFocus: string;
    boxShadowPressed: string;
    boxShadowDisabled: string;
    elevatedBoxShadow: string;
    elevatedBoxShadowHover: string;
    elevatedBoxShadowFocus: string;
    elevatedBoxShadowPressed: string;
    elevatedBoxShadowDisabled: string;
    margin: string;
    padding: string;
    colorDisabled: string;
    compactPadding: string;
    previewMargin: string;
    headerMargin: string;
    bodyMargin: string;
    footerMargin: string;
    fittedPreviewMargin: string;
    fittedHeaderMargin: string;
    fittedBodyMargin: string;
    fittedFooterMargin: string;
    previewMarginHorizontal: string;
    topControlsTop: string;
    topControlsRight: string;
    width: string;
    height: string;
    sizeSmallWidth: string;
    sizeSmallHeight: string;
    sizeSmallPadding: string;
    sizeLargeWidth: string;
    sizeLargeHeight: string;
    sizeLargePadding: string;
    fluidHeight: string;
    fluidWidth: string;
    expandableBoxStartMaxHeight: string;
    expandableBoxEndMaxHeight: string;
    expandableBoxShrinkTransition: string;
    expandableBoxExpandTransition: string;
    selectedBackgroundColor: string;
    selectedBackgroundColorDisabled: string;
    selectedBackgroundColorFocus: string;
    selectedBackgroundColorHover: string;
    selectedBackgroundColorPressed: string;
    selectedBorderColor: string;
    selectedBoxShadow: string;
}
export declare const cardVariables: (siteVars: any) => CardVariables;
