import { AlertCalloutVariant } from './type'; declare const alertCalloutStaticStyles: { rootContainer: { display: "flex"; flexDirection: "column"; justifyContent: "center"; paddingVertical: 8; paddingHorizontal: 12; borderRadius: 8; }; flexRowBetween: { display: "flex"; flexDirection: "row"; alignItems: "center"; justifyContent: "space-between"; }; flexRow: { display: "flex"; flexDirection: "row"; alignItems: "center"; }; flexMiddle: { display: "flex"; alignItems: "center"; }; prefixIconSpacing: { flexShrink: number; marginRight: 8; }; rightActionSpacing: { flexShrink: number; marginLeft: 12; }; }; export declare function getAlertCalloutColourCode(variant?: AlertCalloutVariant): string; export default alertCalloutStaticStyles; //# sourceMappingURL=style.d.ts.map