export declare type AttachmentVariables = {
    padding: string;
    iconSpace: string;
    iconSize: string;
    borderColor: string;
    borderRadius: string;
    backgroundColor: string;
    backgroundColorHover: string;
    textColor: string;
    textColorHover: string;
    boxShadow: string;
    focusBackgroundColor: string;
    focusColor: string;
    progressColor: string;
    progressHeight: string;
    headerFontSize: string;
    headerFontWeight: number;
    headerLineHeight: number;
    descriptionFontSize: string;
    descriptionFontWeight: number;
    descriptionLineHeight: number;
    actionHeight: string;
    actionMaxWidth: string;
    actionColor: string;
    actionPrimaryColor: string;
    actionColorDisabled: string;
    actionIconSize: string;
    actionLoaderBorderSize: string;
    actionLoaderSize: string;
    actionLoaderSvgHeight: string;
    actionLoaderSvgAnimationHeight: string;
    actionFocusBorderRadius: string;
};
export declare const attachmentVariables: (siteVariables: any) => AttachmentVariables;
