export declare const flowTokens: {
    calciteFlowBackgroundColor: string;
    calciteFlowHeaderBackgroundColor: string;
    calciteFlowFooterBackgroundColor: string;
    calciteFlowSpace: string;
    calciteFlowHeaderContentSpace: string;
    calciteFlowFooterSpace: string;
    calciteActionBackgroundColor: string;
    calciteActionBackgroundColorHover: string;
    calciteActionBackgroundColorPressed: string;
    calciteActionTextColorHover: string;
    calciteActionTextColorPressed: string;
    calcitePopoverBorderColor: string;
    calciteFlowHeaderActionBackgroundColorHover: string;
    calciteFlowHeaderActionBackgroundColorPress: string;
    calciteFlowHeaderActionBackgroundColor: string;
    calciteFlowHeaderActionIndicatorColor: string;
    calciteFlowHeaderActionTextColorPress: string;
    calciteFlowHeaderActionTextColor: string;
};
export declare const flow: string;
