export declare const inlineEditableTokens: {
    calciteInlineEditableBackgroundColor: string;
    calciteInlineEditableBackgroundColorHover: string;
    calciteInlineEditableButtonBackgroundColor: string;
    calciteInlineEditableButtonCornerRadius: string;
    calciteInlineEditableButtonLoaderColor: string;
    calciteInlineEditableButtonShadowColor: string;
    calciteInlineEditableButtonTextColor: string;
};
export declare const inlineEditable: string;
