declare const _default: (props?: import("@pulsar/core/dist/types").Props | undefined) => import("@pulsar/core/dist/types").NamedStyles<{ root: { justifyContent: "center"; alignItems: "center"; }; alert: any; content: any; actionsHorizontal: { flexDirection: "row"; justifyContent: "flex-end"; }; actionsVertical: { flexDirection: "column"; }; textIOS: { textAlign: "center"; }; description: { color: any; }; actionIOS: { height: number; flexGrow: number; flexShrink: number; paddingHorizontal: number; justifyContent: "center"; borderTopWidth: number; borderTopColor: any; }; actionsDefault: { paddingHorizontal: number; paddingBottom: number; }; actionText: any; actionCancel: { fontWeight: "500"; }; actionDestructive: { color: any; }; vhr: { width: number; backgroundColor: any; }; }>; export default _default;