export declare const CONTAINER_STYLES: { readonly padding: 1; readonly marginY: 0.5; readonly flexDirection: "column"; readonly flexWrap: "wrap"; }; /** * Any color that can be used well in both WHITE and BLACK terminals. * This is a best effort to ensure that the color is good looking in both * light and dark modes. */ export declare const INK_COLORS: { ALERT_RED: string; SUCCESS_GREEN: string; INFO_BLUE: string; WARNING_YELLOW: string; HUBSPOT_ORANGE: string; HUBSPOT_TEAL: string; WHITE: string; GRAY: string; };